Skip to content

Commit 3ddaabc

Browse files
authored
Merge pull request #122502 from HamzaAqel/pg_qs1
Query store parameters deprecated
2 parents b93efb9 + b0107e9 commit 3ddaabc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ The following options are available for configuring Query Store parameters:
9292
| pg_qs.max_plan_size | Sets the maximum number of bytes that will be saved for query plan text for pg_qs; longer plans will be truncated. | 7500 | 100 - 10k |
9393
| pg_qs.max_query_text_length | Sets the maximum query length that can be saved; longer queries will be truncated. | 6000 | 100 - 10K |
9494
| pg_qs.retention_period_in_days | Sets the retention period window in days for pg_qs - after this time data will be deleted. | 7 | 1 - 30 |
95-
| pg_qs.index_generation_interval (*) | Sets the query_store index auto generation interval in minutes for pg_qs. | 720 | 15 - 10080 |
96-
| pg_qs.index_recommendations | Enables or disables index recommendations. pg_qs.query_capture_mode must also be 'TOP' or 'ALL'. | off | off, recommend |
9795
| pg_qs.track_utility | Sets whether utility commands are tracked by pg_qs. | on | on, off |
9896

9997
(*) Static server parameter which requires a server restart for a change in its value to take effect.

0 commit comments

Comments
 (0)