thomasmueller opened a new pull request, #615:
URL: https://github.com/apache/jackrabbit-oak/pull/615

   Since indexing was single threads, which is slow for large repository. In 
order to improve the indexing performance we need to implement parallel 
indexing.
   
   The work is cover for both lucene and elastic indexing. In order to support 
parallel indexing, it need to split the big flat file store file ahead, which 
add a big overhead, but make parallel index possible and much faster.
   
   Another change together is support the LZ4 compression since which is much 
faster compare to gzip.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to