mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
4394f1f2bc
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: Fixes crash with IMPORT FOREIGN SCHEMA when executed repeatedly. Restricts fetching of the system attributes from the remote relation. Fixes compiler warning due to clash with MySQL library macro. Costs are not shown in the explain output when the COSTS explain option is OFF. Uses environment variables in tests for connection parameters. No longer supports PG/EPAS version 9.5. Sponsored by: Bounce Experts
12 lines
367 B
Plaintext
12 lines
367 B
Plaintext
This PostgreSQL extension implements a Foreign Data Wrapper (FDW) for MySQL.
|
|
The following enhancements are added to the mysql_fdw:
|
|
Write-able FDW
|
|
Connection Pooling
|
|
Where clause push-down
|
|
Column push-down
|
|
Prepared Statment
|
|
Please note that this version of mysql_fdw works with PostgreSQL
|
|
9.6, 10, 11, 12 and 13.
|
|
|
|
WWW: https://github.com/EnterpriseDB/mysql_fdw
|