MongoDB Foreign Data Wrapper 5.3.0 release notes v5

Released: 02 Dec 2021

Enhancements, bug fixes, and other changes in MongoDB Foreign Data Wrapper 5.3.0 include:

TypeDescription
EnhancementSupport for EDB Postgres Advanced Server 14.
EnhancementJoin pushdown: If a query has a join between two foreign tables from the same remote server, you can now push that join down to the remote server instead of fetching all the rows for both the tables and performing a join locally.
Bug fixImprove API performance.
Bug fixNeed support for the whole-row reference.