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: make the backfill code use a limitNode for chunking. #13374

Merged
merged 1 commit into from
Feb 2, 2017

Conversation

knz
Copy link
Contributor

@knz knz commented Feb 2, 2017

By making the limit part of the semantic plan, distSQL will be able to use it.
(Not yet tested since distSQL is not yet activated for backfilling.)

Fixes #13368.


This change is Reviewable

By making the limit part of the semantic plan, distSQL will be able to use it.
(Not yet tested since distSQL is not yet activated for backfilling.)
@vivekmenezes
Copy link
Contributor

Hey I'm separately working on getting the backfill code to use distSQL. Is there any point to this PR? Thanks

@knz
Copy link
Contributor Author

knz commented Feb 2, 2017

I'm ok with you taking over, as long as you ensure there's a limitNode in there (it was missing up to now).

@knz
Copy link
Contributor Author

knz commented Feb 2, 2017

@RaduBerinde what do you think?

@RaduBerinde
Copy link
Member

Thanks for the change! I mainly care about startPlanWithLimit not being a thing, I think this should go in.

@vivekmenezes
Copy link
Contributor

I'm okay with you merging this

@knz
Copy link
Contributor Author

knz commented Feb 2, 2017

Ok, thanks!

@knz knz merged commit c10e3e8 into cockroachdb:master Feb 2, 2017
@knz knz deleted the backfill-limit branch February 2, 2017 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants