[Zope-dev] ZCatalog Lazy Results

Dieter Maurer dieter@handshake.de
Thu, 22 Feb 2001 19:41:46 +0100 (CET)


Tres Seaver writes:
 > 'getObject' forces you to "wake up" the catalogued object;
 > in a large enough result set, the price is pretty punitive,
 > compared to serving the results as cached metadata.
You can batch large result sets: "getObject" would just be
applied to the objects in the batch.

The objects are cached, too (ZODB cache).



Dieter