Re: A thought on Index Organized Tables - Mailing list pgsql-hackers

From Gokulakannan Somasundaram
Subject Re: A thought on Index Organized Tables
Date
Msg-id 9362e74e1002252033t1fe97293y2a9a655233edb282@mail.gmail.com
Whole thread Raw
In response to Re: A thought on Index Organized Tables  (Gokulakannan Somasundaram <gokul007@gmail.com>)
List pgsql-hackers


On Fri, Feb 26, 2010 at 9:54 AM, Gokulakannan Somasundaram <gokul007@gmail.com> wrote:

No, it's far from harmless.  As soon as that heap TID gets filled with
an unrelated tuple, you run the risk of indexscans alighting on and
perhaps modifying the wrong tuple.


Tom,
     i think this will never happen. The only issue is when we need to go back to the index from heap. This is to update the timestamps of update/delete.

Gokul.

pgsql-hackers by date:

Previous
From: Alex Hunsaker
Date:
Subject: Re: Avoiding bad prepared-statement plans.
Next
From: Alex Hunsaker
Date:
Subject: Re: Avoiding bad prepared-statement plans.