Hi, > 4.4 version
Could you disable versioning? > 9.4 datastore Is the data compressible? If yes, try the database data store using the H2 database, and enable BLOB compression (append ;COMPRESS_LOB=LZF to the database URL). > 1.7 index > 1.4 index This is the search index: do you need it? > 1.0 log > 3.3 seg0 > 3.1 db This is the persistence manager (Apache Derby in your case). You can most likely save some space by using the H2 database engine (not sure how much). Regards, Thomas
