Skip to content

Commit 957c1ef

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into vnet-patch
2 parents 04bee10 + 4907263 commit 957c1ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: ssen
66
ms.service: postgresql
77
ms.subservice: flexible-server
88
ms.topic: conceptual
9-
ms.date: 7/1/2023
9+
ms.date: 9/1/2023
1010
---
1111
# Monitor Performance with Query Store
1212

@@ -110,7 +110,7 @@ This view returns all the data in Query Store. There is one row for each distinc
110110
|user_id |oid |pg_authid.oid |OID of user who executed the statement|
111111
|db_id |oid |pg_database.oid |OID of database in which the statement was executed|
112112
|query_id |bigint || Internal hash code, computed from the statement's parse tree|
113-
|query_sql_text |Varchar(10000) || Text of a representative statement. Different queries with the same structure are clustered together; this text is the text for the first of the queries in the cluster.|
113+
|query_sql_text |varchar(10000) || Text of a representative statement. Different queries with the same structure are clustered together; this text is the text for the first of the queries in the cluster. The default query text length is 6000 and can be modified using query store parameter `pg_qs.max_query_text_length`.|
114114
|plan_id |bigint | |ID of the plan corresponding to this query|
115115
|start_time |timestamp || Queries are aggregated by time buckets - the time span of a bucket is 15 minutes by default. This is the start time corresponding to the time bucket for this entry.|
116116
|end_time |timestamp || End time corresponding to the time bucket for this entry.|

0 commit comments

Comments
 (0)