-
-
Notifications
You must be signed in to change notification settings - Fork 526
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
go/store/nbs: Fix table_index for table files with so many chunks that certain index slice operations overflow a uint32. #8252
Conversation
…t certain index slice operations overflow a uint32.
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.
Behavior change makes sense. Just curious how long the test run is.
} | ||
|
||
// Write Suffixes | ||
for i := uint32(0); i < numChunks; i++ { |
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.
The three 320M iteration loops raises my eyebrows. How long does this take?
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.
And how much memory does this use? Can this be precomputed and checked in?
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.
It takes a few seconds to run. I'm not sure how much memory it uses. Somewhere between 4GB and 8GB.
@coffeegoddd DOLT
|
@coffeegoddd DOLT
|
No description provided.