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

Comparison with RocksDict #321

Open
afbarbaro opened this issue May 31, 2024 · 3 comments
Open

Comparison with RocksDict #321

afbarbaro opened this issue May 31, 2024 · 3 comments

Comments

@afbarbaro
Copy link

Hi, I'm curious to know how DiskCache compares (particularly around performance) with RocksDict (https://github.com/Congyuwang/RocksDict).

@ddorian
Copy link
Contributor

ddorian commented Jun 10, 2024

Rocksdb only allows 1 process to write to it. See https://github.com/facebook/rocksdb/wiki/rocksdb-faq

@afbarbaro
Copy link
Author

Thanks @ddorian. Do you have anything to point to regarding reads performance comparison?

@ddorian
Copy link
Contributor

ddorian commented Jun 24, 2024

Nope.

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