Re: Frequently updated tables

Поиск
Список
Период
Сортировка
От pgsql@mohawksoft.com
Тема Re: Frequently updated tables
Дата
Msg-id 19034.24.91.171.78.1086736605.squirrel@mail.mohawksoft.com
обсуждение исходный текст
Ответ на Re: Frequently updated tables  (Mark Kirkwood <markir@coretech.co.nz>)
Ответы Re: Frequently updated tables  (Mark Kirkwood <markir@coretech.co.nz>)
Re: Frequently updated tables  ("Jim C. Nasby" <decibel@decibel.org>)
Список pgsql-hackers
>
>
> pgsql@mohawksoft.com wrote:
>
>>I've been down several roads about how to handle data that has to change
>>on a very frequent and rapid manner.
>>
>>Think about summary tables, WEB session tables, etc. As great as MVCC is
>>for the vast majority of uses. The overhead of updates and deletes can
>>kill a project that needs to constantly update tables.
>>
>>
>>
>>
>
> Are you saying that MVCC has *by design* a higher overhead for updates
> and deletes? or are you referring to the gradual loss of performance as
> a consequence of many dead tuples?
>
> I am guessing you mean the latter, but best to be sure :-)
The best phrasing would be "the accumulating overhead of deletes and
updates."

Yes.


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

Предыдущее
От: Mark Kirkwood
Дата:
Сообщение: Re: Frequently updated tables
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: cvs head : broken regression tests ?