Re: the big picture for index-only scans - Mailing list pgsql-hackers

From Gokulakannan Somasundaram
Subject Re: the big picture for index-only scans
Date
Msg-id CAHMh4-aZvpaA29tGbKtH9Dw6XS10KSXdj28f5OOcODS9VkybVA@mail.gmail.com
Whole thread Raw
In response to Re: the big picture for index-only scans  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers

There are extensive comments on this in visibilitymap.c and, in
heapam.c, heap_xlog_visible().

I went through the design again and again. I am convinced that this should not have any functional bugs and should not cause much performance issues.
Nice thoughts on bypassing the WAL Logging.

Gokul. 

pgsql-hackers by date:

Previous
From: Rushabh Lathia
Date:
Subject: Windows env returns error while running "select pgstatindex"
Next
From: Kohei Kaigai
Date:
Subject: [v9.2] Fix Leaky View Problem