cockroachdb / docs

CockroachDB user documentation
https://cockroachlabs.com/docs
Creative Commons Attribution 4.0 International
187 stars 453 forks source link

PR #93644 - sql: enhance SHOW RANGES (2 of 6) #15892

Open cockroach-teamcity opened 1 year ago

cockroach-teamcity commented 1 year ago

Exalate commented:

Related PR: https://github.com/cockroachdb/cockroach/pull/93644 Commit: https://github.com/cockroachdb/cockroach/commit/e67d2fd95546fb5af9e765a5cde1ae597f357373


Release note (backward-incompatible change): The format of the columns start_key and end_key for SHOW RANGES FROM DATABASE and SHOW RANGES FROM TABLE have been extended to include which table/index the key belong to. This is necessary because a range can now contain data from more than one table/index.

Jira Issue: DOC-6470

knz commented 1 year ago

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

rmloveland commented 1 year ago

knz @.***> writes:

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

Thanks knz!!! Appreciate the heads up

FYI the autogenerated docs issue for the change in cockroachdb/cockroach#98979 is DOC-7311, which I will work on as part of the larger tracking docs issue DOC-6732 for v23.1