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
Now that the RocksDB crate supports built-in transactions, evaluate whether it would be possible and more efficient to use those in place of the in-memory data store.
The text was updated successfully, but these errors were encountered:
Voxelot
changed the title
Investigate RocksDB transactions as an alternative to in-memory transaction
Investigate RocksDB transactions as an alternative to in-memory transactions
Apr 18, 2023
Now that the RocksDB crate supports built-in transactions, evaluate whether it would be possible and more efficient to use those in place of the in-memory data store.
https://docs.rs/rocksdb/0.20.1/rocksdb/struct.DBCommon.html#method.transaction
The text was updated successfully, but these errors were encountered: