08.09.2012, 17:51
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.
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.