We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#51326 implements batch loading region cache for tiflash coprorcessor, this can also be used by tikv if we support batch load.
Further, there can be some optimizations:
The text was updated successfully, but these errors were encountered:
BatchScanRegions
BatchLocateKeyRanges
api: client and server support BatchScanRegions (#8300)
049de17
close #8307, ref pingcap/tidb#53850 Add `BatchScanRegions` interface for pd-client. Signed-off-by: you06 <[email protected]> Co-authored-by: JmPotato <[email protected]>
7704785
Result of test limit 1 case:
SPLIT TABLE sbtest1 BETWEEN (0) AND (1000000) REGIONS 1000;
explain analyze select * from sbtest1 limit 1;
...build_task_duration: 81.5ms...
...build_task_duration: 2.7ms...
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Enhancement
#51326 implements batch loading region cache for tiflash coprorcessor, this can also be used by tikv if we support batch load.
Further, there can be some optimizations:
The text was updated successfully, but these errors were encountered: