Re: Re: Lucene Product Suite
Julien Anguenot <[email protected]>
| Newsgroups | gmane.comp.web.zope.cps.devel |
|---|---|
| Organization | NUXEO |
| Message-ID | <[email protected]> |
Christian Klinger wrote: [...] > The Problem with the CPSBrain was relative easy. The Class has to > inherit from Acquisation.Implicit instead of Acquisation.Explicit. > > class CPSBrain(Item,Acquisition.Implicit): > """Simple light brain. ******** ok. > Unfortunatly Plone use the Product ExtendedPathIndex for the path index > in PortalCatalog. There are many little differences between the lucene > path index and the ExtendedPathIndex. But i try to get things done. ok. > I think the real Question for Performance is what is the > break-even-point for using a lucene-based-catalog instead of > zodb-based-catalog??? Depends on your application. If your application has more than 100k documents then Zope global performances will start to decrease. Furthermore, by using NXLucene your Zope instance no longer deals with the search and indexing business which, of course, enhance your app global performances. As well, the ZODB becomes lighter since the indexes are not stored within the ZODB itself. And another advantages is that the NXLucene stores are Lucene compatible stores that you can access distantly and thus can be used by other non Zope/Python specific applications. J. -- Julien Anguenot | Nuxeo R&D (Paris, France) Open Source ECM - www.nuxeo.com CPS Platform - http://www.cps-project.org Mobile: +33 (0) 6 72 57 57 66 _______________________________________________ cps-devel mailing list http://lists.nuxeo.com/mailman/listinfo/cps-devel
signature.asc
(application/pgp-signature, 252 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFE0KmRGhoG8MxZ/pIRAlXTAJ9qWuOiHejDZSL8P2Vdykz/6tc+uQCfTcDB wKcQ7Sdv7jNd8EDY9RVIgoc= =PHgk -----END PGP SIGNATURE-----