Re: temp table "on commit delete rows": transaction overhead

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: temp table "on commit delete rows": transaction overhead
Дата
Msg-id 201004010044.o310iPU08826@momjian.us
обсуждение исходный текст
Ответ на Re: temp table "on commit delete rows": transaction overhead  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: temp table "on commit delete rows": transaction overhead
Список pgsql-performance
Tom Lane wrote:
> Artiom Makarov <artiom.makarov@gmail.com> writes:
> > When temp tables with "on commit delete rows" exists, I can see a
> > strange delay at any �begin� and �commit�.
>
> A delay at commit is hardly surprising, because each such temp table
> requires filesystem operations at commit (basically an "ftruncate").
> I don't recall any operations at transaction start for such tables,
> but there may be some.

I think one of the problems is that we do the truncate even if the table
has not be touched by the query, which is poor behavior.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

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

Предыдущее
От: raghavendra t
Дата:
Сообщение: Re: How to fast the REINDEX
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: How to fast the REINDEX