File sync is very slow
Read OriginalThe article details a developer's experience with the Go library 'appendstore', where using os.File.Sync() after each file append caused a 1000x performance drop. The author explains the trade-off between data safety and speed, concluding that many applications forgo syncing due to its slowness, and made it an optional setting in the library.
Comments
No comments yet
Be the first to share your thoughts!
Browser Extension
Get instant access to AllDevBlogs from your browser