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

Поиск
Список
Период
Сортировка
От Artiom Makarov
Тема Re: temp table "on commit delete rows": transaction overhead
Дата
Msg-id q2td448ea361004050056ifed022e3t3ca6e2cca7eaac61@mail.gmail.com
обсуждение исходный текст
Ответ на Re: temp table "on commit delete rows": transaction overhead  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-performance
2010/4/1 Bruce Momjian <bruce@momjian.us>:

> 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.

Thank you for the support.
Will be this problem registered?

PS
I see a workaround: switch off "on commit delete rows" on temp tables
and use txid_current() to control transaction visibility.

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

Предыдущее
От: Joel Jacobson
Дата:
Сообщение: LIMIT causes planner to do Index Scan using a less optimal index
Следующее
От: Brian Cox
Дата:
Сообщение: Re: query slow; strace output worrisome