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: support distsql for multiple active portals #100822

Open
ZhouXing19 opened this issue Apr 6, 2023 · 0 comments
Open

sql: support distsql for multiple active portals #100822

ZhouXing19 opened this issue Apr 6, 2023 · 0 comments
Labels
A-pausable-portals Issues related to multiple active portals C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)

Comments

@ZhouXing19
Copy link
Collaborator

ZhouXing19 commented Apr 6, 2023

In #99663 we implemented a limited version of multiple active portals, where all read-only select stmts are run with a local only plan. This is because the receiver-consumer model for a distributed plan is more complicated to add a paused state (See more in Start with an entirely local plan section in the design doc). We should enable the distsql mode as a follow-up.

Jira issue: CRDB-26642

@ZhouXing19 ZhouXing19 added C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) A-pausable-portals Issues related to multiple active portals labels Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-pausable-portals Issues related to multiple active portals C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
None yet
Development

No branches or pull requests

1 participant