Dominique schrieb: > Hi devs, > > I'm trying to add about 9000 documents to an existing > (default-modelled) Lenya 1.2.4 publication... > Unfortunatly, this results (after increasing the Java Heap Size) in lenya > performing very slow when navigating and moving documents. > > Is the current 1.4 more capable of dealing with that number of documents ?
If you add them all to the site tree, you'll probably face the same problems. For such a large number of documents I'd recommend to distribute the content over multiple publications. > I'm testing the 1.4 RC1, but it seems it still uses the one "sitetree.xml". > > I read the posts of someone who used an-EJB backend for the > repository, but integrating > such a solution seems a lot of work and needs JBoss. > I was thinking of replacing the one big "sitetree.xml" with smaller > ones, one at each subfolder level. This would involve reimpmenting the > Sitetree interface, A site manager implementation that uses an RDBMS (e.g. via Hibernate) and maybe some caching might also be a reasonable approach. Basically you just need to store the node properties and parent-child relations. > and additionaly I would use a sitetree-generator > like in 1.4 to generate only the fragment that is currently needed. Yes, with this changes it should be no problem to handle large amounts of documents. -- Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
