Question about 'iterable cursors'

Lie Ryan lie.1296 at gmail.com
Tue Nov 8 00:29:25 EST 2011


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.




More information about the Python-list mailing list