On 10/16/07, Mark Maunder <[EMAIL PROTECTED]> wrote: > I've benchmarked sqlite and it's a lot slower than my home rolled > routines - mostly because of the intensive read/write/update/delete > activity.
SQLite is a typically slower than MySQL if you run the MySQL server on the same host (so it can use a unix socket and not TCP). - Perrin