[CPS-devel] ZODBDirectory limits

Florent Guillaume fg at nuxeo.com
Fri Nov 24 09:07:43 CET 2006


On 23 Nov 2006, at 15:50, Joachim Schmitz wrote:
> at the moment we use the ZODBDirectory for the member-storage. We  
> exspect arround 50000 Students in our portal. Is ZODBDirectory  
> suited for that?
>
> I see that searching is done by inspecting each directory-entry.  
> Will that bring us into trouble with that many users ?

Yes. ZODB Directory is designed as a stopgap solution for small  
directories for people who don't want the hastle of setting up an SQL  
database. But for 50000 people, you should really use SQL (or LDAP).
In theory ZODB Directory could be made fast, but a dedicated indexing  
catalog for it would have to be written and used so that searches are  
fast.

Florent

-- 
Florent Guillaume, Director of R&D, Nuxeo
Open Source Enterprise Content Management (ECM)
http://www.nuxeo.com   http://www.nuxeo.org   +33 1 40 33 79 87





This list archive provided by Nuxeo, the leaders of open source ECM. Check out the Nuxeo 5 open source, standards-based ECM project.