Skip to content

Commit c2edf38

Browse files
authored
Merge pull request #106363 from daisukeozaki-ms/patch-1
Update concepts-query-store.md
2 parents a7a92d0 + 1b56b4b commit c2edf38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ 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+
24+
2125
### Enable Query Store using the Azure portal
2226
1. Sign in to the Azure portal and select your Azure Database for PostgreSQL server.
2327
2. Select **Server Parameters** in the **Settings** section of the menu.

0 commit comments

Comments
 (0)