in Ram database?

Ganesan R rganesan at myrealbox.com
Fri Sep 5 02:13:38 EDT 2003


>>>>> "John" == John D <lists at webcrunchers.com> writes:

> I kinda like the idea of being able to define smaller tables as
> "in-memory" types,  and the really large massive ones in other forms
> managed by mySQL, PostGres, or bsddb3 databases.

Use PySQLite (http://pysqlite.sf.net). Make sure that you have at least
version 2.8.1 of SQLite and give the database name as :memory: (this is not
obvious from the documentation). Since SQLite can handle databases upto 2
terabytes, you use it to store "really massive ones" on disk too :-).

Ganesan

-- 
Ganesan R 




More information about the Python-list mailing list