08.09.2012, 17:52
Quote:
Shouldn't be because SQLite is very fast (if you use it right of course).
The query shouldn't take too long to exec (I believe just a few miliseconds) If you are worried, you could use a fast file system or MySQL using cached (or non cached) queries. |
Queries in my server never takes too long to execute.