Re: Global shared meta cache

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Re: Global shared meta cache
Дата
Msg-id 83893cb5-164a-68a5-081d-e0c27b6e52a6@lab.ntt.co.jp
обсуждение исходный текст
Ответ на Re: Global shared meta cache  (Robert Haas <robertmhaas@gmail.com>)
Ответы RE: Global shared meta cache  ("Ideriha, Takeshi" <ideriha.takeshi@jp.fujitsu.com>)
Список pgsql-hackers
On 2018/07/05 23:00, Robert Haas wrote:
> With respect to partitioning specifically, it seems like we might be
> able to come up with some way of planning that doesn't need a full
> relcache entry for every partition, particularly if there are no
> partition-local objects (indexes, triggers, etc.).
We won't know that there are no partition-local objects until we open them
though, right?  As you said, there might be a way to refactor things such
that just knowing that there are no partition-local objects becomes
cheaper than doing a full-fledged RelationBuildDesc.

Thanks,
Amit



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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: documentation fixes for partition pruning, round three
Следующее
От: Amit Langote
Дата:
Сообщение: Re: documentation about explicit locking