You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the gorocksdb library is no longer maintained, while go-ycsb is still using gorocksdb. Are there any plans to migrate to the grocksdb library in the future? Additionally, I plan to add test support for the Rocksdb ZenFS plugin to go-ycsb. Therefore, I am considering which Go RocksDB library to base the development on, and grocksdb seems to be more suitable at the moment.
Additionally, ZenFS is a RocksDB plugin developed by Western Digital, which allows RocksDB to run on zoned namespace devices like ZNS, optimizing Write Amplification.
The text was updated successfully, but these errors were encountered:
zhiwayzhang
changed the title
Add ZenFS Support for Rocksdb benchmarking
Add ZenFS Support for Rocksdb Benchmarking
Jun 1, 2024
I noticed that the gorocksdb library is no longer maintained, while go-ycsb is still using gorocksdb. Are there any plans to migrate to the grocksdb library in the future? Additionally, I plan to add test support for the Rocksdb ZenFS plugin to go-ycsb. Therefore, I am considering which Go RocksDB library to base the development on, and grocksdb seems to be more suitable at the moment.
Additionally, ZenFS is a RocksDB plugin developed by Western Digital, which allows RocksDB to run on zoned namespace devices like ZNS, optimizing Write Amplification.
The text was updated successfully, but these errors were encountered: