-
Notifications
You must be signed in to change notification settings - Fork 473
Add docs for ALTER TABLE ... SCATTER
#19757
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
Conversation
✅ Deploy Preview for cockroachdb-interactivetutorials-docs canceled.
|
✅ Deploy Preview for cockroachdb-api-docs canceled.
|
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a review from a KV engineer or PM may be useful here too
thanks for your comments @wenyihu6 ! i've made some updates and had some questions, PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only blocking comment I have is I think we should mention about replica distribution in the examples as well (at least in words). Other comments are nice-to-have.
thanks for the review @wenyihu6! i've updated to mention the replica distribution (as well as leaseholder) to address your blocking comment and replied to the other ones |
Nice! I'm still reviewing the doc - but SCATTER is missing from both SQL diagrams. We'll need to remove the lines |
thanks for mentioning this, i admit i hadn't looked! PR to update diagrams is up at cockroachdb/cockroach#153682 |
@taroface any additional comments on this? diagrams PRs (cockroachdb/cockroach#153682 and backports) are all merged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for delay! LGTM, just a couple optional nits.
Also, the preview is broken, so please just make sure the diagrams are properly rendering before you merge.
ccfee49
to
b5a83d3
Compare
build is green, yay porting changes to supported versions per https://www.cockroachlabs.com/docs/releases/release-support-policy.html#supported-versions |
(also `ALTER INDEX ... SCATTER`) Fixes DOC-286 NB. Changes applied to all supported versions v23.2 and later
b5a83d3
to
a2f49c5
Compare
(also
ALTER INDEX ... SCATTER
)Fixes DOC-286