Thanks to visit codestin.com
Credit goes to postgrespro.com

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 [email protected]
Whole thread Raw
In response to Re: A thought on Index Organized Tables  (Heikki Linnakangas <[email protected]>)
List pgsql-hackers

You also need to avoid scanning the same tuple twice. That's not a
problem for VACUUM, but it is for full index scans.

Heikki,
          Actually the logic, which i have explained earlier is to avoid scanning tuples twice.

Gokul.

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: pg_stop_backup does not complete
Next
From: Gokulakannan Somasundaram
Date:
Subject: Re: A thought on Index Organized Tables