Re: Limitations of PostgreSQL

From: Chris Travers <chris(at)travelamericas(dot)com>
To: Denis G Dudhia <denu79(at)rediffmail(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Limitations of PostgreSQL
Date: 2005-10-12 21:16:33
Message-ID: 434D7D31.9060407@travelamericas.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Denis G Dudhia wrote:

> Hello There...
>
> I am new to PostgreSQL.
>
> I usually check out negative sides of any software or system, before
> implementing it or using it.
>
Compared to MySQL, I can't think of any downsides. All relevant
usability issues have been solved, though there are some functions like
INTERVAL that are not supported (see my migration guide at
http://www.metatrontech.com/wpapers/)

Compared to Oracle, DB2, Terradata, etc, PostgreSQL lacks support for
parallelism in queries, thereby making it a poor choice for certain
types of data warehousing applications. This being said, 8.1, depending
on the application, may meet your needs once it comes out if you are
doing data warehousing. Josh Berkus can correct me if I am wrong, but
I believe he is working on a version of the open source Bizgress with
will have massively parallel queries.

Multimaster async replication w/updates is a pain at the moment and
mostly a set of kludges.

I am not aware of any good sync. replication solutions for PostgreSQL at
the moment.

Does not have full XA support at the moment (does have TPC).

May not be the best choice on Windows for production use, though for
development, it should be adequate.

Hope this helps,
Chris Travers
Metatron Technology COnsulting

>
> I would like to know the limitations of PostgreSQL.
>
> Also, I would like to know, whether there is any limitations for the
> number of records or the size of the tables or database in PostgreSQL?
>
> Thanks in Advance,
>
> Regards,
> Denis
>
>
>
> <http://adworks.rediff.com/cgi-bin/AdWorks/sigclick.cgi/www.rediff.com/signature-home.htm/1507191490(at)Middle5?PARTNER=3>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2005-10-12 21:49:59 Re: Limitations of PostgreSQL
Previous Message cadiolis 2005-10-12 20:51:35 Text->Date conversion in a WHERE clause