
July 21st, 2003, 12:50 AM
|
|
Junior Member
|
|
Join Date: Jul 2003
Posts: 14
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Quick comparison
MySQL is a great light-weight data store. it does its best to store information as the frontend requires. it also has great features such as HEAP tables, which can be used as SQL interfaces to cached memory.
PostgreSQL is attempting to be an enterprise database solution. If you want a backend which contains additional features for ensuring that your database has meaningful data.
For serious applications, PostgreSQL is probably better *in most cases* though MySQL is good for certain kinds of applications.
|