Dictionary or Database—Please advise

Aahz aahz at pythoncraft.com
Fri Feb 26 17:38:58 EST 2010


In article <mailman.296.1267217819.4577.python-list at python.org>,
Patrick Sabin  <patrick.just4fun at gmail.com> wrote:
>
>A database usually stores data on disk and not in RAM. However you could 
>use sqlite with :memory:, so that it runs in RAM.

The OP wants transparent caching, so :memory: wouldn't work.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"Many customs in this life persist because they ease friction and promote
productivity as a result of universal agreement, and whether they are
precisely the optimal choices is much less important." --Henry Spencer



More information about the Python-list mailing list