Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR #93644 - sql: enhance SHOW RANGES (4 of 6) #15894

Open
cockroach-teamcity opened this issue Dec 23, 2022 · 1 comment
Open

PR #93644 - sql: enhance SHOW RANGES (4 of 6) #15894

cockroach-teamcity opened this issue Dec 23, 2022 · 1 comment

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Dec 23, 2022

Exalate commented:

Related PR: cockroachdb/cockroach#93644
Commit: cockroachdb/cockroach@e67d2fd


Release note (backward-incompatible change): The output of SHOW RANGES does not include range_size, range_size_mb, lease_holder
and lease_holder_localities any more by default. This ensures that
SHOW RANGES remains fast in the common case. Use the (NEW) option
WITH DETAILS to include these columns.


Other changes.

Jira Issue: DOC-6471

@knz
Copy link
Contributor

knz commented Mar 27, 2023

NB: The new behavior will be opt-in in v23.1, and the old behavior becomes deprecated.
See: cockroachdb/cockroach#98979

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants