gainz
  • High concurrency workloads may see up to 2x better write throughput due to improvements with write-ahead log (WAL) processing. Additionally, the new streaming I/O interface speeds up sequential scans (reading all the data from a table) and how quickly ANALYZE can update planner statistics.
  • introduces a new internal memory structure for vacuum that consumes up to 20x less memory
  • improves the performance of queries with IN clauses that use B-tree indexes
  • includes several improvements for query planning, including optimizations for NOT NULL constraints, and improvements in processing common table expressions (WITH queries)