-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
40281: sql: Add range size to SHOW RANGES command. r=rohany a=rohany Fixes #39767. This is done by adding a new builtin function `crdb_internal.range_stats` that returns a json object containing stats about the requested range. Release note (sql change): Add range size information to SHOW RANGES. Adds a builtin function crdb_internal.range_stats which returns a json object containing stats about the requested range. 40426: workload/cli: deprecate the --init flag on "workload run" r=nvanbenschoten a=danhhz workload is now exposed to users and having two ways to initialize is confusing. Previous users of the --init flag should use `workload init` directly. Release note (cli change): The --init flag on (the experimental) "workload run" command is deprecated. Use "workload init" instead. 40428: cli: Change with load demo flag to be a persistent flag r=knz a=rohany Previously, the command `cockroach demo movr --with-load` would not work due to with-load not being a persistent flag. This is undesired behavior as a workload should be able to be run assuming that the chosen database has a workload defined. Fixes #40427. Release note: None Co-authored-by: Rohan Yadav <[email protected]> Co-authored-by: Daniel Harrison <[email protected]>
- Loading branch information
Showing
8 changed files
with
55 additions
and
9 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
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