Skip to content

Commit 16f87b1

Browse files
Merge pull request #261694 from varun-dhawan/varund-july
[PostgreSQL] updates the QS info
2 parents 3db882e + 4388add commit 16f87b1

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

articles/postgresql/flexible-server/concepts-query-store.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Query Store - Azure Database for PostgreSQL - Flexible Server
33
description: This article describes the Query Store feature in Azure Database for PostgreSQL - Flexible Server.
4-
author: markingmyname
5-
ms.author: maghan
6-
ms.date: 11/30/2023
4+
author: varun-dhawan
5+
ms.author: varundhawan
6+
ms.date: 12/20/2023
77
ms.service: postgresql
88
ms.subservice: flexible-server
99
ms.topic: conceptual
@@ -19,11 +19,12 @@ The Query Store feature in Azure Database for PostgreSQL provides a way to track
1919
2020
## Enable Query Store
2121

22-
Query Store is an opt-in feature, so it isn't enabled by default on a server. Query store is enabled or disabled globally for all databases on a given server and can't be turned on or off per database.
22+
Query Store is available in all regions with no additional charges. It is an opt-in feature, so it isn't enabled by default on a server. Query store can be enabled or disabled globally for all databases on a given server and can't be turned on or off per database.
23+
2324
> [!IMPORTANT]
2425
> Do not enable Query Store on Burstable pricing tier as it would cause performance impact.
2526
26-
### Enable Query Store
27+
### Enable Query Store in Azure portal
2728

2829
1. Sign in to the Azure portal and select your Azure Database for PostgreSQL server.
2930
1. Select **Server Parameters** in the **Settings** section of the menu.
@@ -38,11 +39,11 @@ Allow up to 20 minutes for the first batch of data to persist in the azure_sys d
3839

3940
## Information in Query Store
4041

41-
Query Store has two stores:
42-
- A runtime stats store for persisting the query execution statistics information.
43-
- A wait stats store for persisting wait statistics information.
42+
#### Query Store consists of two stores:
43+
1. A runtime stats store for persisting the query execution statistics information.
44+
1. A wait stats store for persisting wait statistics information.
4445

45-
Common scenarios for using Query Store include:
46+
#### Common scenarios for using Query Store include:
4647
- Determining the number of times a query was executed in a given time window
4748
- Comparing the average execution time of a query across time windows to see large deltas
4849
- Identifying longest running queries in the past few hours
@@ -189,3 +190,4 @@ This view returns the query plan that was used to execute a query. There's one r
189190

190191
- [scenarios where Query Store can be especially helpful](concepts-query-store-scenarios.md)
191192
- [best practices for using Query Store](concepts-query-store-best-practices.md)
193+
- [visualizing data from Query Store via Query Performance Insight Interface](./concepts-query-performance-insight.md)

0 commit comments

Comments
 (0)