[Zope] BTreeFolder2 or no
Dieter Maurer
dieter at handshake.de
Tue Oct 28 15:34:07 EST 2003
Rob Boyd wrote at 2003-10-27 10:02 -0800:
> I'm putting a customized CMFCollector into production,
> and wonder whether it would be worth the time to have
> it use CMFBTreeFolder2 instead of SkinnedFolder.
The "Folder" UI becomes difficult to handle for several hundread
entries. But, you may not use it anyway for your collector.
The "Folder" implementation becomes inefficient for
several thousands to ten thousands entries.
At latest, you should use a "BTreeFolder2" derived instance
when you expect to get collector entries in this order.
--
Dieter
More information about the Zope
mailing list