Re: Decide between Postgresql and Mysql (help of - Mailing list pgsql-performance

From PFC
Subject Re: Decide between Postgresql and Mysql (help of
Date
Msg-id op.s64622kgcigqcu@apollo13
Whole thread Raw
In response to Re: Decide between Postgresql and Mysql (help of  (Scott Marlowe <smarlowe@g2switchworks.com>)
List pgsql-performance
> What really makes innodb useless to me is that there's no real support
> for proper operation by MySQL itself.  If you could force MySQL to only
> use innodb tables, and to NEVER do the wrong things syntactically, it
> would be ok.  But there are thousands of foot-guns in the MySQL

    That's what I meant actually.
    And by saying "if you want transactions" I also meant "if you want a
database system that will go to great lengths to save your ass and your
data instead of helping you shooting yourself in the foot, generally work
very well, be reliable, friendly and a pleasure to work with, which means
more or less, if you're rational rather than masochistic, then yeah, you
should use postgres".

> If you could force MySQL to only
> use innodb tables, and to NEVER do the wrong things syntactically, it
> would be ok.

    You'd still need to teach it how to hash-join and everything, though.
Life sucks when the only join type you have is merge join.

pgsql-performance by date:

Previous
From: PFC
Date:
Subject: Re: Decide between Postgresql and Mysql (help of
Next
From: "Jim C. Nasby"
Date:
Subject: Re: Decide between Postgresql and Mysql (help of