On 11/07/2011 05:04 PM, John Nagle wrote:
Realize that SQLite is not a high-performance multi-user database.
You use SQLite to store your browser preferences, not your customer
database.

I agree with SQLite is not multi-user; I disagree that SQLite is not a high-performance database. In single user cases, SQLite should far outperform a client-server-based database engine since it doesn't have the client-server overhead.

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to