Re: Transaction Guarantee, updated version

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Transaction Guarantee, updated version
Дата
Msg-id 1182523595.9276.306.camel@silverbirch.site
обсуждение исходный текст
Ответ на Re: Transaction Guarantee, updated version  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
On Fri, 2007-06-22 at 10:22 -0400, Tom Lane wrote:

> 4. If WAL has not been flushed far enough to be certain that the target
> transaction's commit is synced, then defer setting the hint bit.  This
> does not require any new per-transaction state, we can just measure it
> on the basis of the lsn associated with the clog page that the
> transaction's state is in.

Seems like a great idea, and avoids that annoying DFC cache.

I'll do that.


--
  Simon Riggs
  EnterpriseDB   http://www.enterprisedb.com



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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: bitmapscan changes patch review
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Load Distributed Checkpoints, take 3