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

[Remote Store] Batch translog upload per x ms to achieve high index throughput #5692

Closed
ashking94 opened this issue Jan 4, 2023 · 0 comments
Assignees
Labels
enhancement Enhancement or improvement to existing feature or request Performance This is for any performance related enhancements or bugs Storage:Durability Issues and PRs related to the durability framework v2.6.0 'Issues and PRs related to version v2.6.0'

Comments

@ashking94
Copy link
Member

ashking94 commented Jan 4, 2023

Is your feature request related to a problem? Please describe.
Currently the upload to remote store happens on translog fsync to disk. This can be optimised to occur every x milliseconds to avoid network hops that currently happens for every request. We can batch translog upload to occur periodically in which case we can achieve higher throughput. This however can impact on the latency but keeping throughput same or more.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@ashking94 ashking94 added enhancement Enhancement or improvement to existing feature or request untriaged Storage:Durability Issues and PRs related to the durability framework Performance This is for any performance related enhancements or bugs and removed untriaged labels Jan 4, 2023
@ashking94 ashking94 added the v2.6.0 'Issues and PRs related to version v2.6.0' label Jan 10, 2023
@ashking94 ashking94 self-assigned this Jan 13, 2023
@ashking94 ashking94 changed the title [Remote Store] Batch translog upload per x ms to allow high index throughput [Remote Store] Batch translog upload per x ms to achieve high index throughput Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request Performance This is for any performance related enhancements or bugs Storage:Durability Issues and PRs related to the durability framework v2.6.0 'Issues and PRs related to version v2.6.0'
Projects
None yet
Development

No branches or pull requests

1 participant