jpountz commented on PR #14273:
URL: https://github.com/apache/lucene/pull/14273#issuecomment-2758283399

   I played with the geonames dataset, by filtering out docs that don't have a 
value for the `elevation` field (2.3M docs left), enabling index sorting on the 
`elevation` field and computing histograms on the `elevation` field with a 
bucket width of 100.
   
   | Query |  | Latency on main (ms) | Latency on branch (ms) |
   | - | - | - | - |
   | `MatchAllDocsQuery` | Uses `RangeDocIdStream` under the hood | 6.9 | 4.3 |
   | `featureClass:(S P)` | Matches spots or cities, 1.2 matching docs, uses 
`BitSetDocIdStream` under the hood | 4.8 | 2.4 |
   
   I also checked wikibigall, no slowdowns were detected.


-- 
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