-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
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
ddl: add index acceleration implement #35984
ddl: add index acceleration implement #35984
Conversation
[REVIEW NOTIFICATION] This pull request has not been approved. To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
Please follow PR Title Format:
Or if the count of mainly changed packages are more than 3, use
After you have format title, you can leave a comment |
Please follow PR Title Format:
Or if the count of mainly changed packages are more than 3, use
After you have format title, you can leave a comment |
7a9ca36
to
fdd94a7
Compare
4f7431a
to
9058e60
Compare
/run-mysql-test |
Add sysvars and config parameter.
061b282
to
a4b74c8
Compare
a4b74c8
to
bdd3936
Compare
@Benjamin2037: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
149148d
to
59d6ef7
Compare
/run-unit-test |
/run-build-arm64 comment=true |
download tidb binary(linux arm64) at http://fileserver.pingcap.net/download/builds/pingcap/test/tidb/59d6ef7dd2bc3fa80e9f896045e3b479e02b9760/centos7/tidb-linux-arm64.tar.gz |
The latest feature branch: #36767. |
What problem does this PR solve?
Issue Number: ref #35983
Problem Summary:
This is used to implement add index acceleration feature.
What is changed and how it works?
it will use a Lightning to accelerate backfill processing for create index statement.
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.