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

Evaluate Microsoft's FASTER key-value store as a potential replacement of RocksDB #112

Open
zah opened this issue Aug 20, 2018 · 0 comments
Labels

Comments

@zah
Copy link
Contributor

zah commented Aug 20, 2018

Microsoft has recently published a new open-source embeddable key-value store that reports substantial performance improvements over RocksDB on certain workloads:

https://github.com/Microsoft/FASTER
https://www.microsoft.com/en-us/research/uploads/prod/2018/03/faster-sigmod18.pdf

Prior to shipping the server-side version of Nimbus intended for full nodes, we may evaluate FASTER against the current alternatives (RocksDB and SQLite at the moment).

For server-side full nodes, the primary selection criteria would be the database throughput, while on the primary target of Nimbus (mobile devices) it makes more sense to optimize for battery drain, memory and space usage and binary size.

@zah zah added this to the Server-Side Full Nodes milestone Aug 20, 2018
@zah zah removed this from the Server-Side Full Nodes milestone May 13, 2022
@jangko jangko added the EL label Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants