Re: Planning time of Generic plan for a table partitioned into a lot

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Re: Planning time of Generic plan for a table partitioned into a lot
Дата
Msg-id ca738858-a541-615f-eb87-ad3fd427192c@lab.ntt.co.jp
обсуждение исходный текст
Ответ на Re: Planning time of Generic plan for a table partitioned into a lot  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Ответы RE: Planning time of Generic plan for a table partitioned into a lot  ("Kato, Sho" <kato-sho@jp.fujitsu.com>)
Список pgsql-hackers
On 2018/11/28 13:46, Amit Langote wrote:
> It's cheaper than using a cached generic plan (without re-planning),
> because the latter has to pay the cost of AcquireExecutorLocks which takes
> longer as the number of partitions increases.  Perhaps something to try
> fix fixing too.  Not planning should cost less than planning! :)

Ah, I see that David has already thought about this issue.

(last paragraph of this email)
https://www.postgresql.org/message-id/CAKJS1f-ibmyn1W_UsdSmygjKOL6YgPyX0Mz54V_iD0HWWL_h%3Dg%40mail.gmail.com

Thanks,
Amit



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: "pg_ctl: the PID file ... is empty" at end of make check
Следующее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: Re: Minor typo