Re: MVCC performance issue

Поиск
Список
Период
Сортировка
От Kenneth Marshall
Тема Re: MVCC performance issue
Дата
Msg-id 20101112153708.GL14016@aart.is.rice.edu
обсуждение исходный текст
Ответ на Re: MVCC performance issue  (bricklen <bricklen@gmail.com>)
Ответы Re: MVCC performance issue
Список pgsql-performance
On Fri, Nov 12, 2010 at 07:34:36AM -0800, bricklen wrote:
> On Fri, Nov 12, 2010 at 5:52 AM, Kenneth Marshall <ktm@rice.edu> wrote:
> >
> > I cannot speak to your suggestion, but it sounds like you are not
> > vacuuming enough and a lot of the bloat/randomization would be helped
> > by making use of HOT updates in which the updates are all in the same
> > page and are reclaimed almost immediately.
> >
> > Regards,
> > Ken
>
> IIRC, HOT only operates on non-indexed columns, so if you the tables
> are heavily indexed you won't get the full benefit of HOT. I could be
> wrong though.
>

That is true, but if they are truly having as big a bloat problem
as the message indicated, it would be worth designing the schema
to leverage HOT for the very frequent updates.

Cheers,
Ken

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

Предыдущее
От: bricklen
Дата:
Сообщение: Re: MVCC performance issue
Следующее
От: Vitalii Tymchyshyn
Дата:
Сообщение: Re: MVCC performance issue