Which SQL database should I run?
Posted
by Chris Salij
on Server Fault
See other posts from Server Fault
or by Chris Salij
Published on 2009-06-25T17:13:08Z
Indexed on
2010/05/17
7:30 UTC
Read the original article
Hit count: 279
database
|web-development
I'm creating my first website from hand-coded scratch (just used WordPress and Drupal before) and I'm at the point where I'm setting up my database for the site. However my host has given me 4 options to choose from in the database department.
- MS SQL Server 2005
- MySQL
- PostgreSQL
- MySQL 5
Which should I go for? From what I understand PostgreSQL is meant for smaller databases with high access times. Though to be honost I'm not quite sure.
© Server Fault or respective owner