python+sqlite3 in memory database

Benjamin Peterson benjamin at python.org
Mon Aug 30 15:00:11 EDT 2010


Denis Gomes <denisg640 <at> gmail.com> writes:

> 
> Eventually my goal is to dynamically load and unload sections of a file based
database (could be tables or rows) in and out of memory for effeciency purposes.

Have you actually found this to be an useful optimization? SQLite already
internally caches database information in memory.







More information about the Python-list mailing list