sql: support different AS OF SYSTEM TIME timestamps inside a single statement #35712
Labels
A-sql-execution
Relating to SQL execution.
A-sql-optimizer
SQL logical planning and optimizations.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-sql-queries
SQL Queries Team
X-anchored-telemetry
The issue number is anchored by telemetry references.
Desired feature:
Or, more usefully:
The idea here is that currently, the same
client.Txn
object is used for an entire statement, but there is no reason why this should remain true.Single read-only relational nodes, especially table readers, could use a different Txn object with a historical timestamp.
Epic: CRDB-9838
Jira issue: CRDB-4561
The text was updated successfully, but these errors were encountered: