You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "chenboat (via GitHub)" <gi...@apache.org> on 2023/06/12 17:55:24 UTC

[GitHub] [pinot] chenboat commented on issue #8837: `order by DESC limit N` queries are not optimised at segment level

chenboat commented on issue #8837:
URL: https://github.com/apache/pinot/issues/8837#issuecomment-1587807837

   @Jackie-Jiang @gortiz O(n) is still not as good as O(k) for small K on a sorted segment. What is the issue with using reverseIterator as mentioned in this thread earlier? We can help to contribute on fixing this issue.


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org