Partner Certification & Solutions Catalog


MySQL Foreign Data Wrapper 2.7.0

The MySQL Foreign Data Wrapper (mysql_fdw) is a Postgres extension that allows you to access data that resides on a MySQL database from EDB Postgres Advanced Server. It is a writable foreign data wrapper that you can use with Postgres functions and utilities, or in conjunction with other data that resides on a Postgres host.

The MySQL Foreign Data Wrapper can be installed with an RPM package. You can download an installer from the EDB website.
Enhancements, bug fixes, and other changes in MySQL Foreign Data Wrapper 2.7.0 include:

Type	Description
Enhancement	MySQL Foreign Data Wrapper now supports min, max, sum, avg, and count aggregate function pushdown. You can now push aggregates to the remote MySQL server instead of fetching all of the rows and aggregating them locally. This improves performance for the cases where aggregates can be pushed down. Aggregate filters and orders are not pushed down as MySQL does not support them.
Bug Fix	Function expression deparsing implicit/explicit coercion sending wrong query to the MySQL server.
Bug Fix	Import foreign schema failure due to SET type.
  • Category Data Management & Analysis, Storage
  • Highlights
  • Platform SLES 15
  • Hardware Architecture x86-64
  • Certification SUSE Ready
  • Platform SLES 12
  • Hardware Architecture x86-64
  • Certification SUSE Ready