mocobeta commented on PR #833: URL: https://github.com/apache/lucene/pull/833#issuecomment-1133038858
For your information, luceneutil now supports ExitableDirectoryReader (https://github.com/mikemccand/luceneutil/pull/172) and I ran the benchmark with vector values. Data: 500k English Wikipedia docs ([couldn't index 1 million docs for some reason](https://github.com/mikemccand/luceneutil/pull/178)), 200 dimensions. This is a sampled result and I saw similar results in multiple runs: ``` TaskQPS baseline StdDevQPS exitable_directory_reader StdDev Pct diff p-value AndHighMedVector 430.56 (7.3%) 404.12 (11.1%) -6.1% ( -22% - 13%) 0.057 PKLookup 203.88 (33.2%) 194.26 (29.5%) -4.7% ( -50% - 86%) 0.662 LowTermVector 428.08 (9.7%) 410.96 (9.7%) -4.0% ( -21% - 17%) 0.229 MedTermVector 426.44 (14.4%) 413.25 (12.6%) -3.1% ( -26% - 27%) 0.504 AndHighHighVector 461.11 (15.4%) 457.82 (11.8%) -0.7% ( -24% - 31%) 0.880 HighTermVector 444.54 (17.1%) 443.67 (13.9%) -0.2% ( -26% - 37%) 0.971 AndHighLowVector 431.03 (19.9%) 434.53 (11.7%) 0.8% ( -25% - 40%) 0.885 ``` (Note that I ran the benchmark on a hard disk drive.) -- 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