iverase commented on pull request #1538:
URL: https://github.com/apache/lucene-solr/pull/1538#issuecomment-635395493


   I did something naive that is to add in an index documents with an 
increasing integer in a loop. Then you kick in that optimisation. I thought if 
you are adding documents which have a timestamp on them and you are adding them 
chronologically, they can benefit of such optimisation. 
   
   The other idea is to remove `vInt` totally and record the lower value of the 
sorted array. Then you can just index the difference between the values of the 
array which gives more changes to have very low values. 


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to