Software-update: PostgreSQL 7.2

jochemd schrijft: "De lang verwachte 7.2 release van PostgreSQL is uit. De voor veel mensen belangrijkste verbetering is dat er nu een mogelijkheid is om de database daadwerkelijk 24*7 te laten draaien. Door de Multi Version Concurrency Control (MVCC, ook bekend als "better than row level locking") worden voortdurend nieuwe records toegevoegd, ook voor updates, zonder dat gedelete records daadewrkelijk verwijderd worden. In vorige versies was het noodzakelijk om daarom regelmatig VACUUM te draaien, waarvoor een hele database gelocked moest worden. In PostgreSQL 7.2 kan VACUUM gedraaid worden zonder dat de database gelocked wordt."

Highlights of this release are as follows:

VACUUM
Vacuuming no longer locks tables, thus 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 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
Program and library messages can now be displayed in several languages.

.. with many many more bug fixes, enhancements and performance related changes ...


Versienummer 7.2
Besturingssystemen Linux, BSD, Linux x86, Solaris, UNIX
Website PostgreSQL
Download ftp://ftp.nl.postgresql.org/pub/mirror/postgresql/source/v7.2/

Door Bart van den Akker

Nieuwsposter, Meukposter

06-02-2002 • 18:28

2

Bron: PostgreSQL

Reacties (2)

2
2
2
1
0
0
Wijzig sortering
Linkje doet het niet :)

Via FTP
Via HTTP

Hier zijn nog andere mirrors via HTTP en FTP :)
Dit lijkt een heel belangrijke update te zijn voor zware toepassingen. Bij 24x7 systemen was de Vacuum vaak een groot probleem. De database kon dan wel een half uur gelocked zijn en het opruimen moest eigenlijk elke dag gebeuren.

Hier is trouwens een online boek over PostgreSQL te vinden: http://www.commandprompt.com/ppbook/

Op dit item kan niet meer gereageerd worden.