Version 5.3.0 v5
Enhancements, bug fixes, and other changes in MongoDB Foreign Data Wrapper 5.3.0 include:
Type | Description |
---|---|
Enhancement | Support for EDB Postgres Advanced Server 14. |
Enhancement | Join 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 fix | Improve API performance. |
Bug fix | Need support for the whole-row reference. |