Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate RocksDB transactions as an alternative to in-memory transactions #1139

Closed
Voxelot opened this issue Apr 18, 2023 · 1 comment
Closed
Assignees

Comments

@Voxelot
Copy link
Member

Voxelot commented 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

@Voxelot 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
@xgreenx xgreenx added the SDK team The issue is ready to be addressed by SDK team label Aug 22, 2023
@xgreenx xgreenx self-assigned this Aug 22, 2023
@xgreenx xgreenx removed the SDK team The issue is ready to be addressed by SDK team label Aug 30, 2023
@xgreenx
Copy link
Collaborator

xgreenx commented Jan 11, 2024

Close in favor #1589

@xgreenx xgreenx closed this as completed Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants