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

sql: default sql.show_ranges_deprecated_behavior.enabled to true #102961

Merged
merged 1 commit into from
May 9, 2023

Commits on May 9, 2023

  1. sql: default sql.show_ranges_deprecated_behavior.enabled to true

    We enabled range coalescing by default in 23.2 as part of cockroachdb#98820.
    Alongside that change, we want to flip the SHOW RANGES behavior to be
    compatible with coalesced ranges, which this commit does. See cockroachdb#93644 and
    the accompanying release notes.
    
    Release note (backward-incompatible change): The pre-v23.1 output
    produced by SHOW RANGES, crdb_internal.ranges,
    crdb_internal.ranges_no_leases was deprecated in 23.1, and is now
    replaced by default with output that's compatible with coalesced ranges
    (i.e. ranges that pack multiple tables/indexes/partitions into
    individual ranges). See the 23.1 release notes for SHOW RANGES for more
    details.
    irfansharif committed May 9, 2023
    Configuration menu
    Copy the full SHA
    904b301 View commit details
    Browse the repository at this point in the history