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
Currently, when bbolt commits changes, the writeAt operations are sequential.
This proposal is trying to introduce io-uring to submit multiple writing operations in one time.
Since io-uring is kernel level feature, it's not always available. So, it will be optional and by default disable.
The detail design is still WIP and I will share it later via google doc.