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

feat: support adaptive batching #382

Open
kemingy opened this issue Jun 13, 2023 · 2 comments
Open

feat: support adaptive batching #382

kemingy opened this issue Jun 13, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@kemingy
Copy link
Member

kemingy commented Jun 13, 2023

Describe the feature

refer to the paper:

Basically, it will adjust the batch size or wait time according to the load pressure.

This can be helpful when the traffic is not evenly distributed, which is very common. During the low-traffic period, waiting for a large batch size or a long wait time is unnecessary.

Why do you need this feature?

No response

Additional context

No response

@kemingy kemingy added the enhancement New feature or request label Jun 13, 2023
@VoVAllen
Copy link

@kemingy
Copy link
Member Author

kemingy commented Jun 13, 2023

Also https://www.usenix.org/conference/osdi22/presentation/yu

Will create another issue to track this one.

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