-
Notifications
You must be signed in to change notification settings - Fork 3.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
engine: iterate in-mem SSTs without copying #36394
Conversation
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.
Reviewable status:
complete! 1 of 0 LGTMs obtained (waiting on @danhhz, @dt, @jordanlewis, and @lucy-zhang)
pkg/storage/engine/sst_iterator.go, line 76 at r1 (raw file):
} func (_ memFileInfo) IsDir() bool {
I usually see this as (memFileInfo)
887003d
to
c3e7eee
Compare
Release note (performance change): reduce memory usage during bulk ingestion of data (during IMPORT, RESTORE, and index creation).
bors r+ |
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.
Reviewable status:
complete! 0 of 0 LGTMs obtained (and 1 stale) (waiting on @jordanlewis and @lucy-zhang)
pkg/storage/engine/sst_iterator.go, line 76 at r1 (raw file):
Previously, danhhz (Daniel Harrison) wrote…
I usually see this as
(memFileInfo)
Done
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.
TFTR!
Reviewable status:
complete! 0 of 0 LGTMs obtained (and 1 stale) (waiting on @jordanlewis and @lucy-zhang)
36394: engine: iterate in-mem SSTs without copying r=dt a=dt Release note (performance change): reduce memory usage during bulk ingestion of data (during IMPORT, RESTORE, and index creation). Co-authored-by: David Taylor <[email protected]>
Build succeeded |
Release note (performance change): reduce memory usage during bulk ingestion of data (during IMPORT, RESTORE, and index creation).