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
From #45679 (comment):
tidb/ddl/backfilling.go
Line 549 in cf7ae4c
t.IndexPrefix() is the key like t[tableID]_i. If we use t.IndexPrefix().PrefixNext() here, endKey will be t[tableID]_j? As a result, we will scan the index records from all indexes.
t.IndexPrefix() is the key like t[tableID]_i. If we use t.IndexPrefix().PrefixNext() here, endKey will be t[tableID]_j?
As a result, we will scan the index records from all indexes.
The text was updated successfully, but these errors were encountered:
eec20e6
ddl: skip getting actual end key for each range in ingest mode (#54143)…
e0ab246
… (#55073) close #45847, close #54147
tangenta
Successfully merging a pull request may close this issue.
Enhancement
From #45679 (comment):
tidb/ddl/backfilling.go
Line 549 in cf7ae4c
The text was updated successfully, but these errors were encountered: