jimczi opened a new pull request, #16648: URL: https://github.com/apache/lucene/pull/16648
A field keeps one open producer per live overlay generation, so open file handles scale with segments times updated fields times the overlay budget (#16644). Lowering the default from 16 to 8 halves that envelope. Write amplification is essentially unchanged for batched updates, where the fold cost is a small fraction of the total, so 8 is a better default. The feature is not released yet, so no CHANGES entry. Relates to #16644. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
