-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(PDB-5672) Analyze reports every hour
postgres (up to at least 16) never analyzes partitioned table parents Nearly fixed in 14, but removed before release: https://www.postgresql.org/about/news/postgresql-14-beta-1-released-2213/ https://www.postgresql.org/about/news/postgresql-14-rc-1-released-2309/ Assumes the analysis runs quickly enough to avoid needing any enforced serialization, and to avoid (with the current single threaded executor) ever delaying gc enough to matter.
- Loading branch information
Showing
2 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters