gf2121 commented on PR #13221: URL: https://github.com/apache/lucene/pull/13221#issuecomment-2022295704
I separately build two `wikimedium10m` indices that force merged and reverse sorted by `dayOfYear`/`lastMod` and here is the result: **wikimedium10m.lucene_baseline.Lucene99.dvfields.sort=dayOfYear:int.nd10M** ``` TaskQPS baseline StdDevQPS my_modified_version StdDev Pct diff p-value HighTermDayOfYearSort 493.06 (1.3%) 1252.27 (4.5%) 154.0% ( 146% - 162%) 0.000 ``` **wikimedium10m.lucene_baseline.Lucene99.dvfields.sort=lastMod:long.nd10M** ``` TaskQPS baseline StdDevQPS my_modified_version StdDev Pct diff p-value TermDTSort 369.84 (3.1%) 357.03 (3.7%) -3.5% ( -9% - 3%) 0.001 ``` -- 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