You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2018/11/11 04:38:46 UTC

[GitHub] gianm commented on issue #5109: Expressions: Optimization for string expressions on the __time column.

gianm commented on issue #5109: Expressions: Optimization for string expressions on the __time column.
URL: https://github.com/apache/incubator-druid/pull/5109#issuecomment-437643375
 
 
   It turns out this patch is not necessary, since #5048 accomplished the same goal. String expressions on the __time column work by first building a base primitive selector, and #5048 optimizes those. That optimization ends up being inherited by the dimension selector.
   
   #6599 extends the optimization to apply to Long columns that are not __time.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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