Topic: MySQL, PostgreSQL, SQLite, pros and cons ?
want to know your opinion about performance, reliability, convinience etc.,
applying to web hosting. especially about performance under (heavy)loads
You are not logged in. Please login or register.
PunBB Forums → Programming → MySQL, PostgreSQL, SQLite, pros and cons ?
want to know your opinion about performance, reliability, convinience etc.,
applying to web hosting. especially about performance under (heavy)loads
SQLite is out of the question. It's very fast when there is no load, but since it locks the whole database (it's only one file) during updates and inserts, it does not perform very well under load.
I vote for MySQL. It's extermely fast (especially 4.*) and it has very strong industry support. PostgreSQL has lots and lots of features. It's the most full-featured open source database, but when it comes to performance, it has nothing on MySQL. To top things off, MySQL is Swedish :)
Sweden is taking over the world.
We sure are!
PunBB Forums → Programming → MySQL, PostgreSQL, SQLite, pros and cons ?
Powered by PunBB, supported by Informer Technologies, Inc.