Skip to content

REL-5_3_0

Compare
Choose a tag to compare
@jeevanchalke jeevanchalke released this 18 Nov 09:28
· 56 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.

Other Fixes:

  1. Optimizises a few APIs for better performance.
  2. Added support for the whole-row reference.