You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/postgresql/flexible-server/concepts-query-store.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@ The Query Store feature in Azure Database for PostgreSQL provides a way to track
18
18
> Do not modify the **azure_sys** database or its schema. Doing so will prevent Query Store and related performance features from functioning correctly.
19
19
## Enabling Query Store
20
20
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
+
21
25
### Enable Query Store using the Azure portal
22
26
1. Sign in to the Azure portal and select your Azure Database for PostgreSQL server.
23
27
2. Select **Server Parameters** in the **Settings** section of the menu.
0 commit comments