You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/09/30 18:41:39 UTC

[GitHub] [incubator-pinot] Jackie-Jiang opened a new issue #6081: Optimize the performance of DISTINCT queries

Jackie-Jiang opened a new issue #6081:
URL: https://github.com/apache/incubator-pinot/issues/6081


   Opportunities:
   1. Separate DISTINCT from aggregation and make it a standalone type of query (similar to select but deduplicate the records) so that early termination logic can be easily plugged in
   2. Specialize order-by with 1 column, where we can directly work on primitive type


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

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


[GitHub] [incubator-pinot] atris commented on issue #6081: Optimize the performance of DISTINCT queries

Posted by GitBox <gi...@apache.org>.
atris commented on issue #6081:
URL: https://github.com/apache/incubator-pinot/issues/6081#issuecomment-885720720


   @Jackie-Jiang Should we close this ticket?


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


[GitHub] [incubator-pinot] Jackie-Jiang commented on issue #6081: Optimize the performance of DISTINCT queries

Posted by GitBox <gi...@apache.org>.
Jackie-Jiang commented on issue #6081:
URL: https://github.com/apache/incubator-pinot/issues/6081#issuecomment-709502802


   Use dictionary ids instead of fetching actual values inner segment


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

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