distsql: tracking issue for feature parity gaps #19320
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.
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.
SHOW TRACE FOR
work with distsql #16562)spool
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
The text was updated successfully, but these errors were encountered: