Does modern SSD contans internal power safe buffer for 4k pages (or another size) for merging incoming write requests?
As we know, SSD can only write full 4k page or erase it. Not to add bytes to existing dirty page.
Lets take database write ahead log.
We call fsync() with flushing all buffers to ssd every log update with new 1k of data.