On Tue, 15 May 2001, Chris McDonough wrote:
Probably not much difference on bare bulk indexing speed, but I'll bet that it finishes this time. ;-)
We'll see :)
I'd either make my own CatalogAware-alike mixin class that did things a bit differently than CatalogAware (perhaps didn't index on add, and didn't unindex on delete), or I'd just manage the whole lot completely manually. (How often will each of these million objects change?)
Not often. But new objects will be added to them quite frequently. Catalog aware ones.
CatalogAware is fairly ancient code at this point, and I don't think it was written with the mindset that there would be a million objects in any particular catalog.
Hm... I'll give it some thought. If it works the way it is now, I'm sufficiently happy. If not: late nights making ErikAwareness ;). :-)