Re: BUG #17870: Analyze on remote postgresql_fdw table never finish

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #17870: Analyze on remote postgresql_fdw table never finish
Дата
Msg-id 3169077.1679928193@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #17870: Analyze on remote postgresql_fdw table never finish  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #17870: Analyze on remote postgresql_fdw table never finish  (Maxim Boguk <maxim.boguk@gmail.com>)
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> Is it expected that the analyze of foreign table will fetch whole table to
> local size (quite a task for 2TB table)?

Yes.  There's an improvement in the works for v16 (8ad51b5f4).

            regards, tom lane



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

Предыдущее
От: Andrey Lizenko
Дата:
Сообщение: Re: BUG #17863: Unable to restore dump 12.12 -> 15.2
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #17872: Dropping an attribute of a composite type breaks indexes over the type silently