Skip to content

Commit 65f8d3c

Browse files
Add note about prepared statements
1 parent 9cb92ba commit 65f8d3c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/postgresql/flexible-server/concepts-index-tuning.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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.
44
author: nachoalonsoportillo
55
ms.author: ialonso
66
ms.reviewer: maghan
@@ -147,6 +147,7 @@ Index tuning in Azure Database for PostgreSQL - Flexible Server has the followin
147147
- 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.
148148
- 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.
149149
- 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.
150151
- In read replicas or when an instance is in read-only mode, index tuning isn't supported.
151152
- 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.
152153

@@ -178,6 +179,10 @@ Index tuning is supported on [major versions](concepts-supported-versions.md) **
178179
> [!IMPORTANT]
179180
> 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.
180181
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+
181186
### Read-only mode and read replicas
182187

183188
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
191196
## Related content
192197

193198
- [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)
197199
- [Enable, disable and configure index tuning](how-to-configure-index-tuning.md)
198200
- [Read, interpret and use recommendations produced by index tuning](how-to-get-and-apply-recommendations-from-index-tuning.md)

0 commit comments

Comments
 (0)