PostgreSQL vs. MySQL: which is better for which use?

ndee

Lifer
Jul 18, 2000
12,680
1
0
I only worked with MySQL so far but I'm interessted in PostgreSQL. Is PostgreSQL faster?
 

SQL

Member
Jul 10, 2001
115
0
0

MySQL lacks a ton of features that PostgreSQL has...Foreign keys, triggers, stored procedures, etc. That is basically the argument that gets thrown around alot. As for speed, that is the one thing that MySQL always touts. But I've seen testimony that PostgreSQL is no slouch either.

Depends on the needs of your project.


 

ndee

Lifer
Jul 18, 2000
12,680
1
0
Originally posted by: SQL
MySQL lacks a ton of features that PostgreSQL has...Foreign keys, triggers, stored procedures, etc. That is basically the argument that gets thrown around alot. As for speed, that is the one thing that MySQL always touts. But I've seen testimony that PostgreSQL is no slouch either.

Depends on the needs of your project.

Thanks SQL :D
 

Apathetic

Platinum Member
Dec 23, 2002
2,587
6
81
The other biggie is full support for transactions. VERY important unless your DB will be read-only.


Dave