Tuning Filesystem for Postgres (page 63/101)
Turns out default ZFS block size is 128 Kb, and Postgres page size is 8K
Every small write that touched a page, had to write 128 Kb of a ZFS block to the disk
This may be good for huge sequential writes, but not for random access, lots of tiny writes