-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
PerformanceThis is for any performance related enhancements or bugsThis is for any performance related enhancements or bugsStorage:DurabilityIssues and PRs related to the durability frameworkIssues and PRs related to the durability frameworkenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestv2.6.0'Issues and PRs related to version v2.6.0''Issues and PRs related to version v2.6.0'
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
PerformanceThis is for any performance related enhancements or bugsThis is for any performance related enhancements or bugsStorage:DurabilityIssues and PRs related to the durability frameworkIssues and PRs related to the durability frameworkenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestv2.6.0'Issues and PRs related to version v2.6.0''Issues and PRs related to version v2.6.0'