Skip to content

Commit e111e88

Browse files
Merge pull request #234108 from AwdotiaRomanowna/patch-43
Update concepts-query-store.md
2 parents c6606ba + fce3c7c commit e111e88

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Query Store - Azure Database for PostgreSQL - Flex Server
3-
description: This article describes the Query Store feature in Azure Database for PostgreSQL - Flex Server.
2+
title: Query Store - Azure Database for PostgreSQL - Flexible Server
3+
description: This article describes the Query Store feature in Azure Database for PostgreSQL - Flexible Server.
44
author: ssen-msft
55
ms.author: ssen
66
ms.service: postgresql
@@ -92,8 +92,9 @@ The following options apply specifically to wait statistics.
9292
|---|---|---|---|
9393
| pgms_wait_sampling.query_capture_mode | Sets which statements are tracked for wait stats. | none | none, all|
9494
| Pgms_wait_sampling.history_period | Set the frequency, in milliseconds, at which wait events are sampled. | 100 | 1-600000 |
95-
> [!NOTE]
96-
> **pg_qs.query_capture_mode** supersedes **pgms_wait_sampling.query_capture_mode**. If pg_qs.query_capture_mode is NONE, the pgms_wait_sampling.query_capture_mode setting has no effect.
95+
96+
> [!NOTE]
97+
> **pg_qs.query_capture_mode** supersedes **pgms_wait_sampling.query_capture_mode**. If pg_qs.query_capture_mode is NONE, the pgms_wait_sampling.query_capture_mode setting has no effect.
9798
9899
Use the [Azure portal](howto-configure-server-parameters-using-portal.md) to get or set a different value for a parameter.
99100

@@ -168,7 +169,7 @@ This view returns the query plan that was used to execute a query. There is one
168169

169170
## Limitations and known issues
170171
- If a PostgreSQL server has the parameter `default_transaction_read_only` on, Query Store will not capture any data.
171-
-
172+
172173
## Next steps
173174
- Learn more about [scenarios where Query Store can be especially helpful](concepts-query-store-scenarios.md).
174175
- Learn more about [best practices for using Query Store](concepts-query-store-best-practices.md).

0 commit comments

Comments
 (0)