Skip to content

Latest commit

 

History

History
52 lines (44 loc) · 2.63 KB

File metadata and controls

52 lines (44 loc) · 2.63 KB
title SQL Server, Query Store Object | Microsoft Docs
ms.custom
ms.date 03/17/2016
ms.prod sql
ms.prod_service database-engine
ms.service
ms.component performance-monitor
ms.reviewer
ms.suite sql
ms.technology
database-engine
ms.tgt_pltfrm
ms.topic article
helpviewer_keywords
Query Store object
SQL Server:Query Store
ms.assetid b4a04acd-0b66-44a5-b72d-1a45b49e13e6
caps.latest.revision 8
author MikeRayMSFT
ms.author mikeray
manager craigg
ms.workload Inactive

SQL Server, Query Store Object

[!INCLUDEappliesto-ss-xxxx-xxxx-xxx-md]

The Query Store object provides counters to monitor resource utilization of [!INCLUDEssNoVersion] to store query texts, execution plans and runtime stats for objects such as stored procedures, ad hoc and prepared [!INCLUDEtsql] statements, and triggers.

This table describes are the SQLServer:Query Storecounters.

SQL Server Query Store counters Description
Query Store CPU usage Indicates Query Stores usage of the CPU.
Query Store logical reads Indicates the number of logical reads made by the Query Store.
Query Store logical writes Indicates how much data is being queued to be flushed from the Query Store. The frequency and delay of adding items (that represent runtime stats) to the queue is controlled by Data Flush Interval setting.
Query Store physical reads Indicates the number of physical reads made by the Query Store.

Each counter in the object contains the following instances:

Query Store instance Description
_Total Information for the Query Store for this instance of [!INCLUDEssNoVersion].
<database name> Query Store information for this database.

See Also

Monitoring Performance By Using the Query Store
Query Store Stored Procedures (Transact-SQL)
Query Store Catalog Views (Transact-SQL)
Monitor Resource Usage (System Monitor)