Re: Open issues for HOT patch

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Open issues for HOT patch
Дата
Msg-id 200709180336.l8I3a9Q16840@momjian.us
обсуждение исходный текст
Ответ на Re: Open issues for HOT patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Open issues for HOT patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <bruce@momjian.us> writes:
> > If we only prune on an update (or insert) why not just do prune every
> > time?
> 
> The problem is you can't prune anymore once you have existing pin on the
> target page.  I'd really like to get around that, but so far it seems
> unacceptably fragile --- the executor really doesn't expect tuples to
> get moved around underneath it.

I thought you could do the pruning before you pin the page only in
update/insert cases.

--  Bruce Momjian  <bruce@momjian.us>          http://momjian.us EnterpriseDB
http://www.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SPI access to PostgreSQL query plan
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Open issues for HOT patch