martijnvg opened a new pull request, #15001:
URL: https://github.com/apache/lucene/pull/15001

   In write-heavy scenarios with significant stored field usage, the full 
integrity check that happens during flushing stored fields to disk when index 
sorting is active can be very expensive. 
   Instead, rely on the light integrity check that happens in 
`Lucene90CompressingStoredFieldsReader`.
   
   Note that at some point when newly flushed segments are getting merged, a 
full integrity check will happen.
   
   Closes #14881


-- 
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: issues-unsubscr...@lucene.apache.org

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