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
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,8 +92,6 @@ The following options are available for configuring Query Store parameters:
92
92
| 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 |
93
93
| pg_qs.max_query_text_length | Sets the maximum query length that can be saved; longer queries will be truncated. | 6000 | 100 - 10K |
94
94
| 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 |
97
95
| pg_qs.track_utility | Sets whether utility commands are tracked by pg_qs. | on | on, off |
98
96
99
97
(*) Static server parameter which requires a server restart for a change in its value to take effect.
0 commit comments