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

CRClient Redis Cache -> RocksDB State Commit #267

Open
StuartFarmer opened this issue Oct 12, 2019 · 0 comments
Open

CRClient Redis Cache -> RocksDB State Commit #267

StuartFarmer opened this issue Oct 12, 2019 · 0 comments
Assignees

Comments

@StuartFarmer
Copy link
Contributor

If possible, we should use the batching feature of RocksDB to commit a single batch write when CR is done and we want to flush the cache to state. Check it out here: https://pyrocksdb.readthedocs.io/en/v0.4/tutorial/index.html#access

There might be a way to gather all of the modifications while they are being made and execute them once we know conflicts are resolved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants