-
Notifications
You must be signed in to change notification settings - Fork 4k
Description
This is the main issue for Epic CRDB-19449 -- implementing partial statistics collection. Linked here are the related issues and PRs for this feature
-
Add a partial statistics predicate column to
system.table_statisticsto indicate that a statistic collected is partial. Related PRs: -
Support collecting and adding partial table statistics at the extreme values of columns. Related PRs:
-
Merge the partial and full statistics and store them in the statistics cache. This is when they can be used by the optimizer. Related PR:
-
Meta issue for making partial stats production-ready and enabling it by default (disabled in sql: disallow creating partial stats by default #98500)
-
Collect partial statistics at extremes automatically. Related PR:
- sql: add support for collecting partial statistics automatically #93067
- Depends on supporting partial statistics at extremes without specifying columns
-
Other misc. issues:
-
Support multi-column partial statistics USING EXTREMES
-
Collect partial statistics on arbitrary ranges using a WHERE expression
-
Statement bundles should include partial statistics
Metadata
Metadata
Assignees
Labels
Type
Projects
Status