Re: PostgreSQL Gotchas - Mailing list pgsql-general

From Alex Turner
Subject Re: PostgreSQL Gotchas
Date
Msg-id 33c6269f0510061130x7394422cuda3f7d28fb43e4fb@mail.gmail.com
Whole thread Raw
In response to PostgreSQL Gotchas  ("Aly S.P Dharshi" <aly.dharshi@telus.net>)
Responses Re: PostgreSQL Gotchas  ("Jim C. Nasby" <jnasby@pervasive.com>)
List pgsql-general
Compared to MySQL ditching referential integrity because of a typo, I would consider these 'gotchas' extremely minor, hence the reason I use Postgresql not MySQL.  Postgresql does what you expect from an RDBMS system out of the box in 99.99% of cases.  I don't have to toggle things on special like, or install additional modules, or check every time I create a foreign key that the system will actualy enforce it.

In short Postgresql makes less work for a DBA than MySQL when you actualy care about your data.  It's cleaner, faster and easier to deal with in all cases of real world database applications.

I'm not even gonna talk about the query planner in MySQL trying to deal with an eight way join, let's just say that if you plan on using anything even near third normal, MySQL will dog.  Oh - yeah - and the fact that it doesn't scale...

If those 'gotchas' are all one has against Postgresql... I don't know why people are still even using Oracle or DB2 ;) MySQL you say, I thought we were talking about RDBMSes here.

MySQL is to linux, what Jet  is to Windows IMHO, oh wait - Jet has foreign keys by default...

Alex

On 10/6/05, Aly S.P Dharshi <aly.dharshi@telus.net> wrote:
http://sql-info.de/postgresql/postgres-gotchas.html

Any comments from folks on the list ?

Cheers,

Aly.

--
Aly S.P Dharshi
aly.dharshi@telus.net

         "A good speech is like a good dress
          that's short enough to be interesting
          and long enough to cover the subject"

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

pgsql-general by date:

Previous
From: "Aly S.P Dharshi"
Date:
Subject: PostgreSQL Gotchas
Next
From: "Gavin M. Roy"
Date:
Subject: Re: PostgreSQL Gotchas