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

distsql: tracking issue for feature parity gaps #19320

Closed
9 of 13 tasks
RaduBerinde opened this issue Oct 17, 2017 · 2 comments
Closed
9 of 13 tasks

distsql: tracking issue for feature parity gaps #19320

RaduBerinde opened this issue Oct 17, 2017 · 2 comments
Assignees
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) meta-issue Contains a list of several other issues.

Comments

@RaduBerinde
Copy link
Member

RaduBerinde commented Oct 17, 2017

There are certain queries which either can't run at all in distsql, or which we never run in distsql because they can be much less efficient. Closing on these gaps is a pre-requisite to unifying the two SQL execution paths.

We also have a bunch of planNodes which implement various internal statements: split, scatter, set cluster settings, cancel query, show ranges, alter table, copy from, etc. These are all written in the local SQL framework and would need some kind of refactoring.

I'm likely missing a few so please add more if you think of anything. CC @andreimatei @knz @petermattis @vivekmenezes

@petermattis
Copy link
Collaborator

Cc @awoods187

@rjnn rjnn self-assigned this Apr 2, 2018
@knz knz added meta-issue Contains a list of several other issues. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) labels Apr 27, 2018
@knz knz assigned jordanlewis and unassigned rjnn Jan 4, 2019
@jordanlewis
Copy link
Member

Closing this. I don't think it's useful anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) meta-issue Contains a list of several other issues.
Projects
None yet
Development

No branches or pull requests

5 participants