-
Notifications
You must be signed in to change notification settings - Fork 72
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
Import shorten memtable switch latency #14
Comments
Passed performance tests The is some improvement in reads, no degradation in other tests and no additional memory consumption. |
@Yuval-Ariel - 2 unit tests are getting constantly stuck: |
@ayulas , can you look at the tests? |
@assaf-speedb please retest |
please verify the hash is 7115af7 |
Unit tests, stress, and fuzz - all passed |
…ch-latency #14:optimize memtable switch latency
I'm seeing the following failures on main after the merge of #25: db_memtable_test
db_test
options_util_test
That last one seems to only fail when running through |
all test failure are a test issues in the MockMemTable the last_hint_in last_hint_out are not initialized so it may have garbage value db_test: options_util_test: |
QA passed on 62b3f64 |
crashtest: adjust how speedb memtable is decided Import shorten memtable switch latency #14
Past performance tests on hash 7e5e7bc |
Also passed QA |
Import shorten memtable switch latency (#14)
Import shorten memtable switch latency (#14)
Import shorten memtable switch latency (#14)
Import shorten memtable switch latency (#14)
Import shorten memtable switch latency (#14)
Import shorten memtable switch latency (#14)
Import shorten memtable switch latency (#14)
Import shorten memtable switch latency (#14)
Import shorten memtable switch latency (#14)
Import shorten memtable switch latency (#14)
improve memtable switch latency with memtables that require large upfront allocation, such as as the hash-table-based memtable
Expected behavior
Actual behavior
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: