Python 2.6 and Sqlite3 - Slow
bruceg113355 at gmail.com
bruceg113355 at gmail.com
Mon Aug 27 20:55:47 EDT 2012
More information about the Python-list mailing list
Mon Aug 27 20:55:47 EDT 2012
- Previous message (by thread): Python 2.6 and Sqlite3 - Slow
- Next message (by thread): Python 2.6 and Sqlite3 - Slow
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Demian, I am not a database expert! I selected sqlite for the following reasons: 1) Ships with Python. 2) Familiar with Python. 3) The Sqlite description at http://www.sqlite.org/whentouse.html appears to meet my requirements: Very low volume and concurrency, small datasets, simple to use. Bruce On Monday, August 27, 2012 4:54:07 PM UTC-4, Demian Brecht wrote: > Is there a reason that you're using SQLite in a network environment rather than a database server?
- Previous message (by thread): Python 2.6 and Sqlite3 - Slow
- Next message (by thread): Python 2.6 and Sqlite3 - Slow
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list