msokolov commented on PR #13581: URL: https://github.com/apache/lucene/pull/13581#issuecomment-2239511706
I've been running a bunch of tests -- ram buffer was set to 64MB (I think this is what's checked in on luceneutil main rn). I believe to get the most accurate assessment we should sum the indexing time (since significant merging does happen there) and the force merge time. I found I can get it to go faster by adding more locks - continuing to explore in order to get a full picture, and will share once I have a few more runs complete. I also experimented with not allocating these LockedRow objects but it doesn't seem to help - I think they are well-handled by escape analysis? -- 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