Skip to content

Commit 03fb4bf

Browse files
Merge pull request #281849 from nachoalonsoportillo/patch-27
Update concepts-query-store.md
2 parents 6836a4f + e27952d commit 03fb4bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article describes the Query Store feature in Azure Database fo
44
author: varun-dhawan
55
ms.author: varundhawan
66
ms.reviewer: maghan
7-
ms.date: 05/14/2024
7+
ms.date: 07/25/2024
88
ms.service: postgresql
99
ms.subservice: flexible-server
1010
ms.topic: conceptual
@@ -81,7 +81,8 @@ Here are some examples of how you can gain more insights into your workload usin
8181

8282
## Configuration options
8383

84-
When Query Store is enabled, it saves data in aggregation windows of length determined by the `pg_qs.interval_length_minutes` server parameter (defaults to 15 minutes). For each window, it stores the 500 distinct queries per window.
84+
When Query Store is enabled, it saves data in aggregation windows of length determined by the `pg_qs.interval_length_minutes` server parameter (defaults to 15 minutes). For each window, it stores up to 500 distinct (with distinct userid, dbid, and queryid) queries per window. If during an interval the number of distinct queries reaches 500, the 5% with lower usage are deallocated to make room for more.
85+
8586
The following options are available for configuring Query Store parameters:
8687

8788
| **Parameter** | **Description** | **Default** | **Range** |

0 commit comments

Comments
 (0)