brianfrankcooper / YCSB

Yahoo! Cloud Serving Benchmark
Apache License 2.0
4.86k stars 2.22k forks source link

[rocksdb] update to binding rocksdb v8 #1694

Open Jeeseob opened 5 months ago

Jeeseob commented 5 months ago

RocksDB was updated to version 8, and as a result, some modifications were made to the Java API.

Consequently, the existing YCSB code was unable to test RocksDB versions 8.0.0 and above. The following code has been modified to enable testing of RocksDB version 8.0.0 and later.

However, that it is not compatible with versions earlier than 8.0.0. Please be aware of this limitation.