-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08/30/2010 10:25 PM, Denis Gomes wrote:
> 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. 

What makes you believe that SQLite is inefficient on your operating system?

In any event you can meet that same goal using two builtin pieces of
SQLite functionality.  VFS lets you do it at the file level while
virtual tables let you do it at the table level.

RAMdisks/memory mapping or your operating system's builtin cache manager
is designed for "efficiency".

There is also a dedicated Python SQLite group at:

  http://groups.google.com/group/python-sqlite

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkx7+LEACgkQmOOfHg372QRWcwCghk9wyZk0qhJbSuFM83UyjlUt
OF0AnjOCDcwmqIK9U8bCUEV+HQv6Um33
=LUH/
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to