-
Notifications
You must be signed in to change notification settings - Fork 637
BTreeIndex Charge Keys #1102
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
BTreeIndex Charge Keys #1102
Conversation
⚪
|
⚪
|
using TChild = TBtreeIndexNode::TChild; | ||
|
||
// TODO: store PageId only instead of TChild? | ||
struct TNodeState : TBtreeIndexNode, TChild { |
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.
Так нормально, или лучше TBtreeIndexNode и TChild полями сделать?
TRowId firstRow = pos->Slice.BeginRowId(); | ||
// Precharge the first row on the next slice | ||
CreateCharge(env, *pos->Part, tags, includeHistory)->Do(firstRow, firstRow, keyDefaults, items, bytes); | ||
ready &= CreateCharge(env, *pos->Part, tags, includeHistory)->Do(firstRow, firstRow, keyDefaults, items, bytes); |
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.
Не понимаю как оно раньше работало..
bbe3d5b
to
56cf358
Compare
No description provided.