RE: postgresql newsgroups - Mailing list pgsql-general

From Nemeth Miklos
Subject RE: postgresql newsgroups
Date
Msg-id 38ABBB03.5DFF4FD4@iqsoft.hu
Whole thread Raw
In response to postgresql newsgroups  (jamesbinary@icqmail.com (James))
Responses Re: [GENERAL] RE: postgresql newsgroups  (Oleg Broytmann <phd@phd.russ.ru>)
Re: [GENERAL] RE: postgresql and web transactions  (Lincoln Yeoh <lylyeoh@mecomb.com>)
List pgsql-general
> And if this isn't too inflamatory a question, where does postgresql stand
> in comparison to MySql and DB2? (both of which aren't free I believe).
>
MySQL does NOT support transaction, which is indispensable for a real
DBMS used as the primary data storage system for reliable/consistent
business transactions.
However, MySQL is the fastest RDBMS ever seen, and perfect for data
warehouses and DSS and EIS purposes, as well as for
query databases for web sites.

DB2 does not support multiversion concurrency control, ie readers may be
blocked by writers.
DB2 does not support row level locking which is very important for
heavily concurrent databases.

PostgreSQL supports both transactions and row level locking. Only Oracle
may compete with PostgreSQL in this area.

NM

>
>




pgsql-general by date:

Previous
From: mr_hopkins@earthlink.net (Micheal H.)
Date:
Subject: Re: postgresql newsgroups
Next
From: Nemeth Miklos
Date:
Subject: Re: [GENERAL] splitting tables into db's