sql: support distsql for multiple active portals #100822
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)
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 inStart with an entirely local plan
section in the design doc). We should enable the distsql mode as a follow-up.Jira issue: CRDB-26642
The text was updated successfully, but these errors were encountered: