Skip to content

Commit bc4590b

Browse files
Merge pull request #233620 from AwdotiaRomanowna/patch-39
typos + preview
2 parents 86d62bd + 6bd5ad7 commit bc4590b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/postgresql/flexible-server/concepts-query-performance-insight.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ ms.author: varundhawan
99
ms.date: 4/1/2023
1010
---
1111

12-
# Query Performance Insight (Preview)
12+
# Query Performance Insight Preview
1313

1414
[!INCLUDE [applies-to-postgresql-flexible-server](../includes/applies-to-postgresql-flexible-server.md)]
1515

16+
> [!NOTE]
17+
> Query Performance Insight for PostgreSQL Flexible Server is currently in preview.
18+
1619
Query Performance Insight provides intelligent query analysis for Azure Postgres Flexible server databases. It helps identify the top resource consuming and long-running queries in your workload. This helps you find the queries to optimize to improve overall workload performance and efficiently use the resource that you are paying for. Query Performance Insight helps you spend less time troubleshooting database performance by providing:
1720

1821
>[!div class="checklist"]
@@ -37,7 +40,7 @@ Query Performance Insight provides intelligent query analysis for Azure Postgres
3740
3. **[Log analytics workspace](howto-configure-and-access-logs.md)** is configured for storing 3 log categories including - PostgreSQL Sessions logs, PostgreSQL Query Store and Runtime and PostgreSQL Query Store Wait Statistics. To configure log analytics, refer [Log analytics workspace](howto-configure-and-access-logs.md#configure-diagnostic-settings).
3841

3942
> [!NOTE]
40-
> The **Query Store data is not being transmitted to the log analytics workspace**. The PostgreSQL logs (Sessions data / Query Store Runtime / Query Store Wait Statistics) is not being sent to the log analytics workspace, which is necessary to use Query Performance Insight . To configure the logging settings for category PostgreSQL sessions and send the data to a log analytics workspace.
43+
> The **Query Store data is not being transmitted to the log analytics workspace**. The PostgreSQL logs (Sessions data / Query Store Runtime / Query Store Wait Statistics) is not being sent to the log analytics workspace, which is necessary to use Query Performance Insight. To configure the logging settings for category PostgreSQL sessions and send the data to a log analytics workspace.
4144
4245
## Using Query Performance Insight
4346

0 commit comments

Comments
 (0)