[Zope-dev] objectValues performance
Ender
kthangavelu@earthlink.net
Mon, 27 Nov 2000 14:45:01 -0800
Brett Carter wrote:
>
> I have a folder with greater than 5000 ZClass instances in it. It
> takes > 5mins to do an objectValues for every object in the folder -
> is there a higher perfomance call I could make?
> -Brett
use a catalog. (which only help if you want a filtered set or a schema
attrs of the object)
beefing up your memory (assuming you want zope to use alot), could also
help, assuming these objects are accessed frequently enough to stay in
the object cache.
kapil