Commit 7a54efd1 authored by Falco Hirschenberger's avatar Falco Hirschenberger Committed by GitHub
Browse files

Prevent possible rocksdb-corruption by running benchmark-storage (#11040)

* Prevent possible rocksdb-corruption by running benchmark-storage

Also adds a `sanitize_key` function to strip path-prefixes from the db-keys (for databases that
use prefixed keys such as rocksdb)

fixes #10998

* Fix @cheme

 's annotations.

* Update utils/frame/benchmarking-cli/src/storage/write.rs

Co-authored-by: default avatarOliver Tale-Yazdi <[email protected]>

* Make logic match the name of bool flag `invert_inserts`

* Remove unused lifetime

Co-authored-by: default avatarOliver Tale-Yazdi <[email protected]>
parent 800cc1d4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment