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

Write-path scalability #1747

Open
balegas opened this issue Sep 23, 2024 · 0 comments
Open

Write-path scalability #1747

balegas opened this issue Sep 23, 2024 · 0 comments

Comments

@balegas
Copy link
Contributor

balegas commented Sep 23, 2024

Once we reduce the compute overhead (#1746), the bottleneck should move to disk IO. We're quite unoptimized right now, as we're fsyncing to disk quite frequently and data isn't downstreamed to clients while transactions are not persisted.

This task tracks the work necessary to be able to improve IO performance to saturate disk capacity without compromising the ability to downstream changes to clients.

Related issues:

@balegas balegas added this to the Electric Scales milestone Sep 23, 2024
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