You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now clickhouse_fdw mostly does same thing as postgres_fdw. And additional features like these will require a lot more thinking and analysing, for what I do not have enough time right now. It's easy to implement exact feature, but hard to predict that it would not broke other things in planner.
FDW seems to not pushdown JOIN of subqueries if they contain GROUP BY inside.
Lets say both tables (sales and products) are foreign tables.
Previous query seems to work well but next query seems to not pushdown join.
Is there any way to change this behaviour?
The text was updated successfully, but these errors were encountered: