caching the sql queries
Gerhard Häring
gh at ghaering.de
Mon Sep 15 07:34:45 EDT 2003
JZ wrote:
> Is there any equivalent of caching sql queries for Python like ADOdb
> for PHP? (For those who did not hear about ADODb and its feature :
> http://phplens.com/adodb/caching.of.recordsets.html)
I'm not aware of any such thing for Python, and I find it dubious, too.
In my opinion, this sort of caching should really be done in the
application layer, not in the database access layer.
-- Gerhard
More information about the Python-list
mailing list