Skip to content

Commit d0f0fe1

Browse files
Update concepts-query-store.md
Added a warning not to enable query store on burstable pricing tier.
1 parent f59b642 commit d0f0fe1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ The Query Store feature in Azure Database for PostgreSQL provides a way to track
1818
> Do not modify the **azure_sys** database or its schema. Doing so will prevent Query Store and related performance features from functioning correctly.
1919
## Enabling Query Store
2020
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 cannot be turned on or off per database.
21+
> [!IMPORTANT]
22+
> Do not enable Query Store on Burstable pricing tier as it would cause performance impact.
23+
## Enabling Query Store
2124
### Enable Query Store using the Azure portal
2225
1. Sign in to the Azure portal and select your Azure Database for PostgreSQL server.
2326
2. Select **Server Parameters** in the **Settings** section of the menu.

0 commit comments

Comments
 (0)