maytasm commented on a change in pull request #9773:
URL: https://github.com/apache/druid/pull/9773#discussion_r425447829
##########
File path: docs/querying/sql.md
##########
@@ -526,15 +526,19 @@ the way you write the filter.
2. Try to avoid subqueries underneath joins: they affect both performance and
scalability. This includes implicit
subqueries generated by conditions on mismatched types, and implicit
subqueries generated by conditions that use
-expressions to refer to the right-hand side.
+expressions to refer to the right-hand side.
-3. Read through the [Query execution](query-execution.md) page to understand
how various types of native queries
+3. Currently, Druid does not support pushing down predicates (condition and
filter) pass a Join (i.e. into
Review comment:
Done
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]