cockroachdb / cockroachdb/cockroach
kvserver/rangefeed: send events in batches
Open
A-kv
A-kv-rangefeed
C-enhancement
T-kv
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
**Describe the problem**
Currently, rangefeeds send events one by one, even when our queue has multiple items ready for the client. We could instead send these in a single response holding multiple events back to the client.
Jira issue: CRDB-50547
Contributor guide
Assessment
This issue has not been assessed yet.