Re: SAVEPOINT performance

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: SAVEPOINT performance
Дата
Msg-id 200512220413.jBM4DfZ21094@candle.pha.pa.us
обсуждение исходный текст
Ответ на SAVEPOINT performance  (Joseph Shraibman <jks@selectacast.net>)
Список pgsql-general
Joseph Shraibman wrote:
> Is there any performance impact of releasing savepoints?

Releasing savepoints does release a little memory associated with each
subtransaction, but I doubt you would be able to measure the difference
unless you had thousands of subtransactions.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Joseph Shraibman
Дата:
Сообщение: SAVEPOINT performance
Следующее
От: Tom Lane
Дата:
Сообщение: Re: two shared memory segments?