forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
38815: opt: add Index.PartitionByListPrefixes to catalog r=RaduBerinde a=RaduBerinde #### opt: add EXPLAIN (OPT, CATALOG) Adding a `CATALOG` flag to `EXPLAIN (OPT)` which also formats all the cat.Table objects. This is useful for testing the opt_catalog implementation. Release note: None #### opt: add Index.PartitionByListPrefixes to catalog Add a catalog function that returns index regions of interest based on PARTITION BY LIST values. This information will be used for an "index skip scan". Informs cockroachdb#38031. Release note: None Co-authored-by: Radu Berinde <radu@cockroachlabs.com>
- Loading branch information
Showing
21 changed files
with
723 additions
and
27 deletions.
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
Oops, something went wrong.