February 5, 2008
PostgreSQL speeds up OLTP
The Register reports on PostgreSQL 8.3, and emphasizes OLTP speedups and reductions in administrative burden:
Among the changes, Heap Only Tuples (HOT) that may cut the maintenance overhead of frequently updated tables by up to 75 per cent, spread checkpoints and background writer autotuning to reduce the impact of check points on response times, and an asynchronous commit option that also speeds the response times of certain transactions.
I wonder how EnterpriseDB compares on these features.
Edit: Slashdot has discussion and links. And here’s a PostgreSQL feature matrix.
Categories: EnterpriseDB and Postgres Plus, Mid-range, OLTP, Open source, PostgreSQL
Subscribe to our complete feed!
Comments
One Response to “PostgreSQL speeds up OLTP”
Leave a Reply
In fact, it was engineers working for EnterpriseDB who led the effort to get HOT implemented in 8.3 (although other developers contributed, of course).