It depends on who is going to access the database. Depending on the usage model, I might even be inclined to use sqlite for a database of this size. It is faster than MySQL as long as it doesn't need to be accessed by very many users simultaneously, is fully ACID compliant, and offers some useful features that MySQL doesn't currently support (at least in its stable releases), such as subselects.

Carl

On Jan 5, 2004, at 12:02 PM, Daniel Crookston wrote:

Stick with MySQL for almost everything. I'm pretty sure that everyone on
this list will back me up when I say that using Oracle is never necessary -
free solutions have come so far that they offer everything Oracle does, in
all practicality. Pgsql (Postgres) is only necessary when you need stuff
like transactions and stored functions and... other stuff that I've never
had much use for.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

____________________
BYU Unix Users Group 
http://uug.byu.edu/ 
___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to