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

Upgrade tm-db to v0.6.4-performance.7 #37

Merged
merged 1 commit into from
Mar 16, 2022
Merged

Upgrade tm-db to v0.6.4-performance.7 #37

merged 1 commit into from
Mar 16, 2022

Conversation

hanjukim
Copy link
Contributor

Description

This PR changes tm-db to v0.6.4-performance.7 forked from the official tm-db and with several performance upgrades

  1. Tune goleveldb configuration (1GiB BlockCache, 64MiB WriteBuffer, BloomFilter and disable seeks compaction)
  2. Remove redundant mutex from PrefixDB
  3. Remove redundant error and assertion check in the iterator which causes significant performance degrades
  4. Tune RocksDB configuration

@hanjukim hanjukim requested a review from kjessec March 16, 2022 08:07
@kjessec kjessec changed the base branch from main to staging March 16, 2022 14:30
@kjessec kjessec merged commit 0341f15 into staging Mar 16, 2022
kjessec added a commit that referenced this pull request Apr 13, 2022
* feat: use tm-db v0.6.4-performance.7 (#37)

* fix(app): use viper as appOpts instead of Default (#36)

* deps(core/cosmwasm): bump 0.16.6

* deps: use [email protected]

Co-authored-by: Jesse Chung <[email protected]>
Co-authored-by: jess <[email protected]>
@gregnuj gregnuj deleted the upgrade-tm-db branch November 15, 2022 01:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants