Hi Nathalie, During some benchmarking we found that the repository itself also slows down when storing documents in large folders. The new release of the repository (1.2.13) has some improvements for this. The time to store a document increased with the number the documents in a folder, from around 100ms for the first 100 docs to about 6500ms with more than 5000 documents in a folder.
This doesn't completely explain the slowdown you're experiencing, but it could help to upgrade to the latest repository release to improve the performance. Regards, Bart nathalie looijmans wrote: > I guess it was the index numbering after all. Apperently there were > two changes: an update and more content. > > I emptied the directory: in the beginning my batch enters about 23 > items in a minute, after 600 the batch enters only 3 or 4 items a > minute. I dont think 600 is an extreme quantity, I didnt expect it to > be such a difference. > > So now I am looking into working with the commitChangedNoIndex() and > the createInRepositoryNoIndex(). I will let you know what is going on. > > Thanks > > Nathalie > > > > On 9/19/07, Niels van Kampenhout <[EMAIL PROTECTED]> wrote: >> Jasha Joachimsthal wrote: >> > In editor/src/java/nl/hippo/c,s/contentmodel/WebdavAsset.java there are >> > methods commitChangedNoIndex() amd createInRepositoryNoIndex(). They >> > were introduced in 6.04.00. >> >> Note that as of Hippo CMS 6.05.00 the content model classes have been >> moved to the cms-core component [1], which is built as a separate jar >> and included as dependency in editor/project.xml. >> >> Niels >> >> [1] >> > https://svn.hippocms.org/repos/hippo/hippo-components/hippo-cms-core/trunk/ >> ******************************************** >> Hippocms-dev: Hippo CMS development public mailinglist >> > ******************************************** > Hippocms-dev: Hippo CMS development public mailinglist > -- Hippo Oosteinde 11 1017WT Amsterdam The Netherlands Tel +31 (0)20 5224466 ------------------------------------------------------------- [EMAIL PROTECTED] / http://www.hippo.nl -------------------------------------------------------------- ******************************************** Hippocms-dev: Hippo CMS development public mailinglist
