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

PR #99663 - sql: add session variable for multiple active portals #16709

Closed
cockroach-teamcity opened this issue Apr 8, 2023 · 0 comments
Closed

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Apr 8, 2023

Exalate commented:

Related PR: cockroachdb/cockroach#99663
Commit: cockroachdb/cockroach@26da6a7
Epic: CRDB-17622


Release note (SQL change): Added the session variable multiple_active_portals_enabled.
This setting is only for a preview feature. When set to true, it allows
multiple portals to be open at the same time, with their execution interleaved
with each other. In other words, these portals can be paused. The underlying
statement for a pausable portal must be a read-only SELECT query without
sub-queries or post-queries, and such a portal is always executed with a local
plan.

Jira Issue: DOC-7418

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants