-
Notifications
You must be signed in to change notification settings - Fork 464
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
sstable: cpu optimize Iterator.Close #4049
Comments
The iterator stats collection is prominent because of its mutex acquisitions, and that it's performed once per sstable. I think this could be improved with some indirection so that a |
With recent improvements elsewhere,
|
With #4095 in, master is back down to ~15% spent on
|
Some of the top-level Iterator.Close aspects of this issue are resolved in #4187 |
In the pebble ycsb/C benchmarks,
singleLevelIterator.Close
is 16% of CPU:Jira issue: PEBBLE-278
The text was updated successfully, but these errors were encountered: