gortiz opened a new pull request, #16789: URL: https://github.com/apache/pinot/pull/16789
This is an alternative to https://github.com/apache/pinot/pull/16728 proposed by @kishoreg. The main advantage of this approach is the reduced number of changes, as well as the fact that #16728 can be built upon it. In fact, I've merged these changes into #16728 to make it easier to benchmark both solutions. The main disadvantage of this approach is that it requires materializing the entire docId into a Roaring Bitmap, which we then iterate in reverse order. -- 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]
