On 2018-10-30 06:06, Siva A wrote:
Hi, We deal with folder structure which has 350-500 resource files, which includes text, images(no videos) etc.. . We have a requirement to create version for each of these resources after every import. We want to get away from Modeshape because of too many Sql calls it makes behind the scenes and lack of batching with SELECT calls which is causing a lot of network latency. We are looking into an option to pursue Jackrabbit-oak, however I have few questions before we choosethis route 1) Will Jacrabbit-oak support batching of DB calls to minimize network round trips?
It does use JDBC batches for certain update operations. It also uses a regular SQL query to get the contents of all files in a folder (to a certain limit, minus binary properties).
2) Any pointers we can follow to speed up the process, like any code snippets, best practices?
Once you have a Oak JCR repository, everything else should be mostly compatible :-).
Best regards, Julian
