That is a common database tuning thing. Moving from fsync on every, to fsync every N milliseconds. (True story — I worked for payment processor, and for a lot of reasons, we concluded it was reasonably safe for us to move the commit delay to something like 1s. Same thing)