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

Try evmap for read-only requests #15

Open
3 tasks
Thomasdezeeuw opened this issue Sep 29, 2020 · 0 comments
Open
3 tasks

Try evmap for read-only requests #15

Thomasdezeeuw opened this issue Sep 29, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@Thomasdezeeuw
Copy link
Owner

For most use cases the majority of the request will be read-only (i.e. GET), having to go through the db::actor will likely (TODO: confirm this) become a bottleneck. evmap could help with improving performance here, removing the bottleneck on the db::actor.

Steps:

  1. Get a baseline performance number of read-only requests. Could be done with YCSB workload C.
  2. Update to use evmap.
  3. Get a new number to compare to step 1.
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

1 participant