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.
Browse files
Browse the repository at this point in the history
67310: backupccl: add exportrequest.delay.total metric r=pbardea a=pbardea This commit adds a metric to track how long export requests are blocked by the concurrency limiter. Release note (ops change): Introduce a new metric (exportrequest.delay.total) to track how long ExportRequests (issued by BACKUP) are delayed by throttling mechansisms. 67374: opt: improve statistics and cardinality calculation for enum types r=rytaft a=rytaft Prior to this commit, there were three different places in the code where we calculated the number of distinct values in a span. This commit unifies them to remove code duplication and allow all three places to benefit from improvements to one. As a result, this commit improves statistics estimation and cardinality calculation for enum values. This commit also improves statistics estimation for enum values in cases where table statistics are not available or are stale. Finally, this commit adds logic to use the column type for cardinality calculation when building logical properties. Release note (performance improvement): Improved the optimizer's cardinality estimations for enum columns, including the `crdb_region` column in `REGIONAL BY ROW` tables, as well as all other columns with user-defined types. This may result in the optimizer choosing a better query plan in some cases. 67430: roachtest: update django blocklist r=rafiss a=RichardJCai Release note: None Co-authored-by: Paul Bardea <[email protected]> Co-authored-by: Rebecca Taft <[email protected]> Co-authored-by: richardjcai <[email protected]>
- Loading branch information
Showing
12 changed files
with
245 additions
and
119 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
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
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
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.