Description
Currently, the Oak Lucene index uses a batch size of 50. It would be more efficient to use larger and larger batch sizes (up to some limit), for example first 50, then 100, then 200,... up to, let's say, 100000 (at which point increasing the batch size no longer has an effect).
Attachments
Issue Links
- is related to
-
OAK-2753 Use increasing batch size for sorted queries in LucenePropertyIndex
- Closed