Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
44925: batcheval: plumb TargetBytes/NumBytes into {Reverse,}Scan r=nvanbenschoten a=tbg This hooks these new fields up to their already present counterparts in the MVCC layer. This means that the KV server will now handle these correctly. The missing piece is to teach DistSender to keep track of the total NumBytes seen across all ranges queried for the current batch, and to terminate scans that have finished. This (and testing it) is left to a follow-up PR. Release note: None Co-authored-by: Tobias Schottdorf <[email protected]>
- Loading branch information