Re: Delay locking partitions during INSERT and UPDATE

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Delay locking partitions during INSERT and UPDATE
Дата
Msg-id 7910.1550527859@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Delay locking partitions during INSERT and UPDATE  (Andres Freund <andres@anarazel.de>)
Ответы Re: Delay locking partitions during INSERT and UPDATE  (David Rowley <david.rowley@2ndquadrant.com>)
Список pgsql-hackers
What I'd like to understand about this patch is how it relates
to Amit L.'s work on making the planner faster for partitioned
UPDATE/DELETE cases (https://commitfest.postgresql.org/22/1778/).
I think that that might render this moot?  And if it doesn't,
how much does it really matter?  You can't really postpone taking
a lock on a relation that the planner is going to do anything
nontrivial with.

            regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Proving IS NOT NULL inference for ScalarArrayOpExpr's
Следующее
От: Tom Lane
Дата:
Сообщение: Re: crash in pg_identify_object_as_address