Re: Delay locking partitions during query execution

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: Delay locking partitions during query execution
Дата
Msg-id CAKJS1f8Q0FvNhSy8+=+ruSXoe_t8_8XP6e_YMCsaJL_81EGaUQ@mail.gmail.com
обсуждение исходный текст
Ответ на Delay locking partitions during query execution  (David Rowley <david.rowley@2ndquadrant.com>)
Ответы Re: Delay locking partitions during query execution  (David Rowley <david.rowley@2ndquadrant.com>)
Список pgsql-hackers
On Tue, 4 Dec 2018 at 00:42, David Rowley <david.rowley@2ndquadrant.com> wrote:
> Over here and along similar lines to the above, but this time I'd like
> to take this even further and change things so we don't lock *any*
> partitions during AcquireExecutorLocks() and instead just lock them
> when we first access them with ExecGetRangeTableRelation().

I've attached a rebase version of this. The previous version
conflicted with some changes made in b60c397599.

-- 
 David Rowley                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

Вложения

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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: speeding up planning with partitions
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Logical decoding for operations on zheap tables