Skip to content

Commit fe01135

Browse files
Upgrade kvdb-rocksdb (paritytech#10242)
This includes a fix for when we are writing a lot of state, e.g. after a warp sync. In this case the rocksdb will compact its own db to improve read speed. --------- Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e470758 commit fe01135

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ k256 = { version = "0.13.4", default-features = false }
895895
kitchensink-runtime = { path = "substrate/bin/node/runtime" }
896896
kvdb = { version = "0.13.0" }
897897
kvdb-memorydb = { version = "0.13.0" }
898-
kvdb-rocksdb = { version = "0.20.0" }
898+
kvdb-rocksdb = { version = "0.20.1" }
899899
kvdb-shared-tests = { version = "0.11.0" }
900900
landlock = { version = "0.3.0" }
901901
libc = { version = "0.2.155" }

prdoc/pr_10242.prdoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
title: Upgrade kvdb-rocksdb
2+
doc:
3+
- audience: Node Dev
4+
description: |-
5+
This includes a fix for when we are writing a lot of state, e.g. after a warp sync. In this case the rocksdb will compact its own db to improve read speed.
6+
crates: []

0 commit comments

Comments
 (0)