-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
docs: add small table caching proposal #23673
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
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. |
Thanks for creating this design document! Closed as stale for a while. When you're going to proceed the work, please follow the design process and the new template. Looking forward to this thread revive. |
Code Coverage Details: https://codecov.io/github/pingcap/tidb/commit/e0e23c3589bb2a3070e04336c51c1feed9942c8e |
tid int primary key, | ||
lock_type enum('NONE','READ','INTEND','WRITE'), | ||
lease uint64, | ||
oldReadLease uint64, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May be old_read_lease
is better to have same format with lock_type
. But we should also update the exist code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes ... until recently I find this silly mistake: the naming style ...
But update this code would add another bootstrap version which is bad
Co-authored-by: Morgan Tocker <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 27bcfd5
|
/merge |
TiDB MergeCI notify🔴 Bad News! New failing [1] after this pr merged.
|
What is changed and how it works?
close #33140
Design doc for small table caching
Issue Number: ref #25293
Release note