Re: [BUGS] BUG #14709: inconsistent answers with foreign data wrappers to mysql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] BUG #14709: inconsistent answers with foreign data wrappers to mysql
Дата
Msg-id 13822.1497566636@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [BUGS] BUG #14709: inconsistent answers with foreign data wrappers to mysql  (mark.manley@tapad.com)
Список pgsql-bugs
mark.manley@tapad.com writes:
> When using a foreign data wrapper from our 9.6.2 database to a MySQL 5.7
> database, we get inconsistent results.

My first thought is that you're looking at a bug in the mysql FDW,
probably incorrect pushdown of conditions to the mysql server.  You
should enable logging on the mysql server and look at the queries
generated by the FDW, comparing those to EXPLAIN output to see which
conditions get checked locally as opposed to being sent to the remote.

If you can identify what the FDW is doing wrong, reporting that to
the FDW's authors might get some results.  (I don't know if they
read this bugs list.)
        regards, tom lane


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

В списке pgsql-bugs по дате отправления:

Предыдущее
От: mark.manley@tapad.com
Дата:
Сообщение: [BUGS] BUG #14709: inconsistent answers with foreign data wrappers to mysql
Следующее
От: 厚积薄发
Дата:
Сообщение: Re: [BUGS] GIN index vacuum hang after pg_rman restore in PG9.2.21