Can anyone confirm if this is a viable storage option? We have an Oak-backed repository with ~100,000 documents in it (and growing), and all documents are stored as children nodes of the root node.
We are seeing severe delays on start-up (20 minutes+) when repository is created (new Jcr(oak).createRepository()). At appears that for whatever reason Oak is trying to read all direct root children on start-up and that takes a lot of time. Is storing documents not directly under root a better choice? -- Thanks, Eugene
