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

kvclient: integrate BATCH_RESPONSE {,Reverse}Scans with buffered writes #141743

Open
arulajmani opened this issue Feb 19, 2025 · 0 comments
Open
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)

Comments

@arulajmani
Copy link
Collaborator

arulajmani commented Feb 19, 2025

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 the BATCH_RESPONSE scan format.

Jira issue: CRDB-47985

@arulajmani arulajmani added 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) labels Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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)
Projects
None yet
Development

No branches or pull requests

1 participant