-
- Improve performance of transactions using many savepoints (Simon
- Riggs) PARTIALLY REVERTED. KEEP?
-
-
-
Improve COPY performance by adding tuples to
- Improve locking performance during group commit (Peter Geoghegan)
+ Allow group commit to work effectively under heavy load (Peter
+ Geoghegan, Simon Riggs)
+
+
+ Previously, batching of commits became ineffective as the write
+ workload increased because of internal lock contention.