rajat315315 commented on issue #16426: URL: https://github.com/apache/lucene/issues/16426#issuecomment-5104929048
cc @stefanvodita @mikemccand @jpountz @rmuir Hi team! I would love to get your feedback on this proposal for an adaptive posting-based facet engine for low-cardinality fields. I have prototyped the implementation and benchmarked it across 1M, 10M, 100M, and 1B document indices using JMH (`PostingVsDocValuesFacetBenchmark`). The posting-based set intersection yields a 4x to 6.5x throughput gain (+465% QPS) on dense match sets. Looking forward to your thoughts and guidance on preparing the PR! -- 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]
