[Zope3-Users] multiple catalogs

Maken Seteva crapkonto at gmail.com
Sun Aug 19 18:58:52 EDT 2007


Hi!I'm slowly getting more into Zope3 and now I'm trying to implement
multiple catalogs spread across several containers. My use case
(simplified): I have a bunch of Network instances (containers) which contain
potentially a lot of content objects.
I don't like the idea of having one huge catalog to query since you are not
interested in searching globally,only within one Network.

Would it make sense to make each Network instance a local site and register
a catalog in this site?
Or perhaps skip making the Network a site and just put the catalog in an
attribute Network.catalog, maybe less overhead but a problem with this
solution is you'd have to do some parent-traversal to find the site manager,
right?

Any opinions on these solutions, or perhaps a totally different idea?

If the site idea is prefered, would that impose any difficulties of having a
site in the root folder that handles the intids, since the content objects
can be moved between networks I'd want the intids to be handled globally.

Thanks for your time
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope3-users/attachments/20070820/0bcfdacb/attachment.htm


More information about the Zope3-users mailing list