Page 1 of 1

Sorry, this may have been asked before, but speed...

Posted: Tue Apr 08, 2008 6:26 pm
by hayson1991
Sorry, this may have been asked before, but can anyone tell me if there is a faster database system than mysql?

Thanks in advance.

Re: Sorry, this may have been asked before, but speed...

Posted: Tue Apr 08, 2008 6:44 pm
by Christopher
The short answer is if you need to ask then it probably does not matter which database you use -- they will all be about the same speed for the stuff you are doing. The long answer is that it depends. There are things like SQLite that are faster, but with trade-offs.