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-index-tuning.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Index tuning
3
-
description: This article describes the index tuning feature in Azure Database for PostgreSQL - Flexible Server.
2
+
title: Automated index tuning
3
+
description: This article describes the automated index tuning feature in Azure Database for PostgreSQL - Flexible Server.
4
4
author: nachoalonsoportillo
5
5
ms.author: ialonso
6
6
ms.reviewer: maghan
@@ -147,6 +147,7 @@ Index tuning in Azure Database for PostgreSQL - Flexible Server has the followin
147
147
- The feature is available in specific regions, including East Asia, Central India, North Europe, Southeast Asia, South Central US, UK South, and West US 3.
148
148
- Index tuning is supported on all currently available tiers (Burstable, General Purpose, and Memory Optimized) and on any currently supported compute SKU with at least 4 vCores.
149
149
- The feature is supported on major versions 14 or greater of Azure Database for PostgreSQL Flexible Server.
150
+
-[Prepared statements](https://www.postgresql.org/docs/current/protocol-flow.html#PROTOCOL-FLOW-EXT-QUERY) aren't analyzed to produce recommendations on them.
150
151
- In read replicas or when an instance is in read-only mode, index tuning isn't supported.
151
152
- It's important to consider the implications of creating recommended indexes on servers with high availability or read replicas, especially when the size of the indexes is estimated to be large.
152
153
@@ -178,6 +179,10 @@ Index tuning is supported on [major versions](concepts-supported-versions.md) **
178
179
> [!IMPORTANT]
179
180
> Although you can enable the feature on instances running versions lower than 14, you're not expected to do it as the feature is not supported in those versions.
180
181
182
+
### Prepared statements
183
+
184
+
Currently, index tuning doesn't analyze [prepared statements](https://www.postgresql.org/docs/current/protocol-flow.html#PROTOCOL-FLOW-EXT-QUERY).
185
+
181
186
### Read-only mode and read replicas
182
187
183
188
When an Azure Database for PostgreSQL - Flexible Server instance is in read-only modes, such as when the `default_transaction_read_only` parameter is set to `on,` or if the read-only mode is [automatically enabled due to reaching storage capacity](concepts-limits.md#storage), Query Store doesn't capture any data.
@@ -191,8 +196,5 @@ If you have [high availability](../../reliability/reliability-postgresql-flexibl
191
196
## Related content
192
197
193
198
-[Monitor performance with Query Store](concepts-query-store.md)
194
-
-[Usage scenarios for Query Store - Azure Database for PostgreSQL - Flexible Server](concepts-query-store-scenarios.md)
195
-
-[Best practices for Query Store - Azure Database for PostgreSQL - Flexible Server](concepts-query-store-best-practices.md)
196
-
-[Query Performance Insight for Azure Database for PostgreSQL - Flexible Server](concepts-query-performance-insight.md)
197
199
-[Enable, disable and configure index tuning](how-to-configure-index-tuning.md)
198
200
-[Read, interpret and use recommendations produced by index tuning](how-to-get-and-apply-recommendations-from-index-tuning.md)
0 commit comments