After a couple of months of using our application (which internally uses Jackrabbit 1.6.4 to store documents), the customer's database (Oracle) already has more than 6 million rows in the VERSION_BUNDLE
table - some of our data is using the Jackrabbit versioning feature for multiple instances of the same document. We expect increased usage of the application over the next couple of months/years and therefore also expect an accelerated increase in the data stored in Jackrabbit.
Some of our operations people are worried about the number of records in this table (and the DEFAULT_BUNDLE
table as well). Is there a way to safely purge some data from these tables? I guess simply deleting the documents through the Jackrabbit API will not do this, right?
Do we need to be worried about the number of records in the table? What amount of data are other people seeing in their Jackrabbit installations?