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
chore: update dependencies and implement multi-threaded TPCC support
- Updated `librocksdb-sys` to version 0.17.1 and `rocksdb` to version 0.23.0 in `Cargo.toml` and `Cargo.lock`.
- Refactored `RocksStorage` to use `TransactionDB` instead of `OptimisticTransactionDB`.
- Enhanced TPCC implementation to support multi-threading, allowing concurrent transaction execution with shared statistics collection.
- Added detailed comments on the threading strategy and architecture for clarity.
0 commit comments