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

Add benchmark for comparing all store implementations #7

Open
philippgille opened this issue Oct 21, 2018 · 2 comments
Open

Add benchmark for comparing all store implementations #7

philippgille opened this issue Oct 21, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@philippgille
Copy link
Owner

Some people already have a strong preference for a specific store (for example because they're already running Redis for their web service, so they don't want to set up and manage anything else), but others are open for any new key-value store as long as its performance is great.

We should add a benchmark that compares the different gokv.Store implementations with each other. This will especially help in deciding between read vs write optimized stores, embedded vs remote stores and self-hosted vs cloud-hosted stores.

@philippgille philippgille added the enhancement New feature or request label Oct 21, 2018
@recoilme
Copy link

recoilme commented Feb 8, 2019

This may help: https://github.com/recoilme/pogreb-bench

@philippgille
Copy link
Owner Author

@recoilme: Thanks for the advice! I'll have a more detailed look when I get to this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants