Sorry, this may have been asked before, but can anyone tell me if there is a faster database system than mysql?
Thanks in advance.
Sorry, this may have been asked before, but speed...
Moderator: General Moderators
-
hayson1991
- Forum Newbie
- Posts: 14
- Joined: Thu Mar 20, 2008 1:19 pm
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Sorry, this may have been asked before, but speed...
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.
(#10850)