Anselm Lingnau writes:
 > .... indexing big mail archives from Zope ....
You can use the Zope product "LocalFS" (maybe also "ExternalFile")
to wrap external files into Zope objects (without storing
then in the ZODB).

Newer versions of "LocalFS" allow you the catalog its contents
with ZCatalog.

However, before you commit to ZCatalog, make some performance
measures. ZCatalog tends to require large amounts of time
and memory to build its indexes.


Dieter

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to