Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
37094: changefeedccl: signal memBuffer with a channel instead of polling r=nvanbenschoten a=danhhz With RangeFeed now firmly in place in changefeeds, we're very close to end-to-end push, which will dramatically improve latencies of row changes (resolved timestamps, however, will continue to be limited by closed timestamp latency). This commit removes one of two remaining places where we poll (the other is detailed in #36289). No functional change besides more responsiveness after the first changed kv gets written to memBuffer after it being empty for a while (and so the old polling would have already backed off to the max interval). Touches #36289 Release note: None Co-authored-by: Daniel Harrison <daniel.harrison@gmail.com>
- Loading branch information