Hi Thomas, Thanks for all these informations, between lines :
Thomas Müller a écrit : > Hi, > > >> our repository folder is very big >> > > Do you know which part is big? > These data are just a sample from a test repository. The actual "very big" repository is part of a service I can't stop right now. I hope this will be usefull anyway. In the root folder : $ du -scb * 11207613 repository 7485 repository.xml 4432822 version 4630613 workspaces 20278533 total In the "repository" folder : repository$ du -scb * 9425765 datastore 1764077 index 4790 meta 4789 namespaces 4096 nodetypes 11203517 total In the "version" folder : version/db$ du -scb * 1052768 log 3371008 seg0 854 service.properties 4424630 total In the main(and only) workspace folder : workspaces/default$ du -scb * 3199937 db 1420122 index 0 locks 2362 workspace.xml 4622421 total > If it's the datastore folder, I'm afraid there is little you can do > except running data store garbage collection from time to time. Using > a database data store could reduce the size, specially if you have > compressible data (XML, HTML,...) and if you use a database that does > support compressing BLOBs (such as the H2 database). > > If the Lucene index is big maybe you could change the index configuration? > > If the database is big the only solution I have is to use a different > database that needs less space, such as the H2 database. > > >> If we switch to a newer version, will this make things better? >> > > I'm afraid no. > > Regards, > Thomas > >
