Re: HOT line pointer bloat and PageRepairFragmentation - Mailing list pgsql-hackers

From Zeugswetter Andreas ADI SD
Subject Re: HOT line pointer bloat and PageRepairFragmentation
Date
Msg-id E1539E0ED7043848906A8FF995BDA579025C5D2F@m0143.s-mxs.net
Whole thread Raw
In response to Re: HOT line pointer bloat and PageRepairFragmentation  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
Responses Re: HOT line pointer bloat and PageRepairFragmentation
List 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 by date:

Previous
From: "Pavan Deolasee"
Date:
Subject: Re: HOT line pointer bloat and PageRepairFragmentation
Next
From: "Pavan Deolasee"
Date:
Subject: Re: HOT line pointer bloat and PageRepairFragmentation