rohangarg opened a new pull request, #12868:
URL: https://github.com/apache/druid/pull/12868

   Conversion of joins to filter is a very effective feature due to the fact 
that filters can use indexes whereas the join requires a materlization of the 
data rows and then value matching them.
   Initially, the feature started with supporting full conversion of joins to 
filters. Recently, we've also added support for doing a partial conversion of 
joins to filters thus making the feature even more applicable.


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

Reply via email to