kvclient: integrate BATCH_RESPONSE {,Reverse}Scans with buffered writes #141743
Labels
A-buffered-writes
Related to the introduction of buffered writes
A-kv-client
Relating to the KV client and the KV interface.
A-kv-transactions
Relating to MVCC and the transactional model.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Is your feature request related to a problem? Please describe.
Currently, only the
KEY_VALUES
scan format is supported. This isn't particularly useful for SQL, which uses theBATCH_RESPONSE
scan format.Jira issue: CRDB-47985
The text was updated successfully, but these errors were encountered: