Re: [GENERAL] Re: Is PostgreSQL ready for mission critical applications? - Mailing list pgsql-general

From Elmar.Haneke@gmx.de
Subject Re: [GENERAL] Re: Is PostgreSQL ready for mission critical applications?
Date
Msg-id 6A57D5543B@haneke.de
Whole thread Raw
List pgsql-general
Peter Eisentraut wrote:

> > 6)  It does not scale up to multi processor/multi threading very well (As I
> > understand it).
>
> I don't understand this area too well either, but is there *anything*
> below $10000 that scales to multiprocessors well?

The only real "deficit" of PostgreSQL in comparison to the "big
Servers" is, that it cannot utilize multiple CPU or disks to process
an single query faster. Servers as Informix or Oracle can split an
single SQL-statement to multiple Jobs done in parallel. PostgreSQL can
only process queries on different connections in parallel. I don't
know if there are any problems with SMP capability but I'm sure that
these should be solvable.

If someone really needs an DBMS capable of splitting single queries to
multiple CPU PostgreSQL is no choice - I don't think that this might
change in the future since there is not much need for such an
extension.

Elmar

pgsql-general by date:

Previous
From: Andrzej Mazurkiewicz
Date:
Subject: Referencial integrity - Re: Is PostgreSQL ready for mission criti calapplications?
Next
From: Mark Jewiss
Date:
Subject: Errors compiling 6.5.3