Yoshi schrijft: "De 2e beta van PostgreSQL 7.2 is uit. De belangrijkste verbetering zal voor velen zijn dat VACUUM de database niet meer volledig locked, waardoor een echt 24/7 systeem mogelijk wordt. Natuurlijk is PostgreSQL ook weer een stuk sneller geworden door een betere query optimizer.
Met de recente release van MySQL 4.0.0 alfa is de strijd tussen de open-source databases weer een nieuwe ronde ingegaan. PostgreSQL heeft met deze release de inzet weer een stukje hoger gemaakt."
Major highlights for this release include:
- VACUUM - VACUUM no longer locks tables, allowing normal user access during the VACUUM. A new VACUUM FULL command does old-style vacuum by locking the table and shrinking the on-disk copy of the table.
- Transactions - There is no longer a problem with installations that exceed four billion transactions.
- OID's - OID's are now optional. Users can now create tables without OID's for cases where OID usage is excessive.
- Optimizer - The system now computes histogram column statistics during ANALYZE, allowing much better optimizer choices.
- Security - A new MD5 encryption option allows much more secure storage and transfer of passwords. A new unix-domain socket authentication option is available on Linux and *BSD systems.
- Statistics - Administrators can use the new table access statistics module to get fine-grained information about table and index usage.
- Internationalization - Error messages can now be displayed in several languages.