tikv / rocksdb

A library that provides an embeddable, persistent key-value store for fast storage.
http://rocksdb.org
GNU General Public License v2.0
120 stars 93 forks source link

Evaluate write amp rate limiter change #380

Open v01dstar opened 2 months ago

v01dstar commented 2 months ago

https://github.com/tikv/rocksdb/pull/375 move a the quick path inside the lock scope, we already observed the Rate test started being flaky, since it assumes low lock contention. While, the test is not realistic, we probably want to evaluate the change in some perf tests.