BUG #15506: Foreign data wrapper (postgres_fdw) unexpected behavior

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #15506: Foreign data wrapper (postgres_fdw) unexpected behavior
Дата
Msg-id 15506-9c8798a2d6cd06b0@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #15506: Foreign data wrapper (postgres_fdw) unexpected behavior  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15506
Logged by:          Timur Luchkin
Email address:      timur.luchkin@gmail.com
PostgreSQL version: 10.5
Operating system:   Ubuntu 16.04.4 LTS
Description:

I'm trying to use "use_remote_estimate = false" mode of the postgres_fdw. 
I have a very huge remote tables (several TBytes) already analyzed locally.

When I trying to analyze the foreign table itself , - it takes all the
incoming network traffic (400Mbit) and can't complete in 10 minutes (I can't
wait more, because it affects production environment). 
Why the analyze of the foreign table can't just take already collected
statistics from the remote server? Is it a bug or some limitation?


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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15505: pgadmin 4
Следующее
От: Paul van der Linden
Дата:
Сообщение: Difference in queryplan for array-contains vs unnest