Skip to content

v2.1.0

Compare
Choose a tag to compare
@jeevanchalke jeevanchalke released this 18 Nov 09:26
· 38 commits to master since this release

This release includes the following feature:

Join Push-down - If we have a join between two foreign tables from the same remote server, push that join down to the remote server instead of fetching all the rows for both the tables and performing a join locally.