[Zope-dev] Re: ZCatalog Scalability

Christopher Petrilli petrilli@digicool.com
Wed, 17 Jan 2001 10:08:08 -0500


Unfortunately, it won't change in b1, it might change before the final
release if I can find a better solution.  The problem is in the Vocabulary,
not in the Catalog itself.  One of the things I'm focusing on is improving
the algorithms that are used for doing globbing.

Chris
----- Original Message -----
From: "Chris Withers" <chrisw@nipltd.com>
To: "John Eikenberry" <jae@kavi.com>
Cc: <zope-dev@zope.org>; "Christopher Petrilli" <petrilli@digicool.com>
Sent: Wednesday, January 17, 2001 5:10 AM
Subject: ZCatalog Scalability


> John Eikenberry wrote:
> >
> > and retrieval. But ZCatalog did not. It was basically useless for
partial
> > matching searches (taking many minutes for searches that retrieved more
> > than 100 matches). I was also concerned about the indexing overhead. It
> > doesn't scale well when changing/adding many things at a time (we might
> > have bulk adds/changes).
>
> I wonder if this will change with Zope 2.3?
>
> cheers,
>
> Chris
>