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

request batching support and implementation #378

Open
lxjuly opened this issue Aug 8, 2021 · 0 comments
Open

request batching support and implementation #378

lxjuly opened this issue Aug 8, 2021 · 0 comments

Comments

@lxjuly
Copy link

lxjuly commented Aug 8, 2021

Hi team,

In the "Scaling Memcache at Facebook" paper, it was mentioned that client side request batching is one of the tactics used to reduce latency. However, I could not find any information regarding how request batching is supported by mcrouter. My only guess is that request batching is supported through memcached's standard gets command. In other words, the client tries to batch multiple get command into one gets command to send over a connection. Is that the way it is implemented? May I get a few pointers regarding this issue?

Best,

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

1 participant