Re: postgres_fdw: using TABLESAMPLE to collect remote sample

Поиск
Список
Период
Сортировка
От James Finnerty
Тема Re: postgres_fdw: using TABLESAMPLE to collect remote sample
Дата
Msg-id 167112207543.1120.12195641719862911275.pgcf@coridan.postgresql.org
обсуждение исходный текст
Ответ на Re: postgres_fdw: using TABLESAMPLE to collect remote sample  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Ответы Re: postgres_fdw: using TABLESAMPLE to collect remote sample  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
This patch looks good to me.  I have two very minor nits: The inflation of the sample size by 10% is arbitrary but it
doesn'tseem unreasonable or concerning.  It just makes me curious if there are any known cases that motivated adding
thislogic.  Secondly, if the earliest non-deprecated version of PostgreSQL supports sampling, then you could optionally
removethe logic that tests for that. The affected lines should be unreachable. 

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

Предыдущее
От: vignesh C
Дата:
Сообщение: Re: Support logical replication of DDLs
Следующее
От: Tom Lane
Дата:
Сообщение: Re: postgres_fdw: using TABLESAMPLE to collect remote sample