-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
A-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLA-sql-pgwirepgwire protocol issues.pgwire protocol issues.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)X-anchored-telemetryThe issue number is anchored by telemetry references.The issue number is anchored by telemetry references.
Description
CockroachDB does not currently support multiple active pgwire portals on the same session. This means that you can't perform the following sequence of events:
- open portal for query a, which will eventually return 1000 rows
- ask for 500 rows of query a
- open portal for query b
- ask for 500 rows of query b
- ask for 500 rows of query a
This sequence will fail at step 3, unless the user closes the portal for query a first, in which case this sequence will fail at step 5.
Jira issue: CRDB-5559
Epic: CRDB-17622
adamzr, sergeyshaykhullin, mcanalesmayo, vennilapon, pqab and 7 more
Metadata
Metadata
Assignees
Labels
A-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLA-sql-pgwirepgwire protocol issues.pgwire protocol issues.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)X-anchored-telemetryThe issue number is anchored by telemetry references.The issue number is anchored by telemetry references.