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: stub ALTER TABLE ... SET LOCALITY/AFFINITY related commands #55827

Merged
merged 1 commit into from
Oct 26, 2020

Commits on Oct 23, 2020

  1. sql: stub ALTER TABLE ... SET LOCALITY/AFFINITY related commands

    Following the doc on proposed ideas and fleshed them all out. They
    default to displaying as REGIONAL AFFINITY for now.
    
    SHOW LOCALITY now has to be special cased, as the unreserved keyword now
    conflicts with the tree.ShowVar{} primitive.
    
    Release note (sql change): Implemented ALTER TABLE ... SET
    LOCALITY/REGIONAL AFFINITY commands that allow users to configure
    multiregion properties of given tables. These may change later.
    otan committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    432aa1a View commit details
    Browse the repository at this point in the history