如何获知 TiDB内置的RocksDB版本?

如题,如何获知 TiDB内置的RocksDB版本?

找对应版本的tikv,然后看cargo.lock里面有rust-rocksdb:source = “git+https://github.com/tikv/rust-rocksdb.git#de8310c3983a30236ea03f802ed0c2401a4908ae”
然后去rust-rocksdb里看submodule就找到了对应的rocksdb版本了,后面的链接不是上面的commit,具体你得找上面commit的.gitmodules里的rocksdb版本。https://github.com/tikv/rust-rocksdb/blob/master/.gitmodules

有没有计划升级到 7.7或者7.5版本的RocksDB,我看7.5.3 有个修复compaction 导致的write stalling的问题
Fix a bug where concurrent compactions might cause unnecessary further write stalling. In some cases, this might cause write rate to drop to minimum

这个得官方的回复。我不知道计划。

此话题已在最后回复的 60 天后被自动关闭。不再允许新回复。