Re: HOT line pointer bloat and PageRepairFragmentation

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas ADI SD
Тема Re: HOT line pointer bloat and PageRepairFragmentation
Дата
Msg-id E1539E0ED7043848906A8FF995BDA579025C5D2F@m0143.s-mxs.net
обсуждение исходный текст
Ответ на Re: HOT line pointer bloat and PageRepairFragmentation  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
Ответы Re: HOT line pointer bloat and PageRepairFragmentation  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
Список pgsql-hackers
> CREATE TABLE test (a int, b char(200));
> CREATE UNIQUE INDEX testindx ON test(a);
> INSERT INTO test VALUES (1, 'foo');
>
> Now, if we repeatedly update the tuple so that each update is a
> COLD update, we would bloat the page with redirect-dead line pointers.

Um, sorry for not understanding, but why would a COLD update produce a
redirect-dead line pointer (and not two LP_NORMAL ones) ?

Andreas


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

Предыдущее
От: "Pavan Deolasee"
Дата:
Сообщение: Re: HOT line pointer bloat and PageRepairFragmentation
Следующее
От: "Pavan Deolasee"
Дата:
Сообщение: Re: HOT line pointer bloat and PageRepairFragmentation