Skip to content
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

[RocksDB] Use different column family options and prefix extraction for unchecked table #2856

Merged
merged 7 commits into from
Sep 9, 2020

Conversation

wezrule
Copy link
Contributor

@wezrule wezrule commented Jul 24, 2020

Optimizations for all the different tables we have are made. For instance with the unchecked table, there are a lot of deletions expected, this creates "tombstones" which degrade read performance. So we are using a lower number of level 0 sst files, and using prefix extraction for the keys to improve iterating performance.

@wezrule wezrule self-assigned this Jul 24, 2020
@wezrule wezrule added this to the V22.0 milestone Jul 24, 2020
clemahieu
clemahieu previously approved these changes Jul 24, 2020
clemahieu
clemahieu previously approved these changes Sep 8, 2020
nano/node/rocksdb/rocksdb.cpp Outdated Show resolved Hide resolved
@wezrule wezrule merged commit cf59fde into nanocurrency:develop Sep 9, 2020
@wezrule wezrule deleted the rocksdb_diff_cf_options branch September 9, 2020 14:31
@zhyatt zhyatt added database Relates to lmdb or rocksdb quality improvements This item indicates the need for or supplies changes that improve maintainability labels Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database Relates to lmdb or rocksdb quality improvements This item indicates the need for or supplies changes that improve maintainability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants