I recently read that differences between disk page size in the partition vs flash storage can hurt write performance.
So, I checked the partition sizes on some database disks with parted
and got
Output: Sector size (logical/physical): 512B/4096B
which obviously shows a difference.
However, I'm not sure if changing the partition size would help here.
We are using GCP's zonal persistent ssd (not sure what the generic industry term is) and not a raw SSD.
Does the general advice on aligning SSD block sizes apply to "cloud persistent disks?"