This document discusses benchmarks comparing the performance of PostgreSQL and MySQL databases. It describes running the same tests on both databases using pgbench on a 72-core server. Initial attempts using sysbench to synchronize the tests had issues with NULL handling and loading PostgreSQL. The benchmarks therefore used pgbench scripts for point selects, OLTP read-only and read-write workloads. The results showed that PostgreSQL and MySQL performance was very close. The document also discusses potential bottlenecks in PostgreSQL and ways to improve performance, such as using a true in-memory engine, faster snapshots, and asynchronous protocol.