[DO NOT MERGE / test bundle] proto: add paging_size_bytes to coprocessor.Request#1465
[DO NOT MERGE / test bundle] proto: add paging_size_bytes to coprocessor.Request#1465YuhaoZhang00 wants to merge 2 commits into
Conversation
Add a new uint64 field `paging_size_bytes` (field 17) to the coprocessor Request message. When set, TiKV will stop scanning when accumulated scanned bytes reach this limit, enabling byte-budget paging for finer-grained Resource Control. Signed-off-by: Yuhao Zhang <yhzhang00@outlook.com>
|
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Draft / test-bundle PR for the
rc-precharge-classic-testintegration bundle (classic / non-Premium variant of the RC paging pre-charge feature).Summary
paging_size_bytes(field 17) tocoprocessor.Request. When set, TiKV stops scanning when accumulated scanned bytes reach this limit, enabling byte-budget paging for finer-grained Resource Control.Sibling PRs (test bundle)
rc-precharge-classic-testrc-precharge-classic-testrc-precharge-classic-testrc-precharge-classic-testThis branch exists for upstream CI / cross-repo integration testing. Not intended to be merged as-is.