You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
The text was updated successfully, but these errors were encountered: