I have yet to run PostgreSQL on GCE in production. I am still testing it but I have learned the following:
- A standard provision disk for GCE will give you ~ 80MB/s random write.
- A standard SSD provisioned disk for GCE will give you ~ 240MB/s.
Either disk can be provisioned as a raw device allowing you to use Linux Software Raid to build a RAID 10 which even …