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-YPYmVbysur3a9LJkG3Ld04mpPUnwP_5r7RGczK10rjnQ@mail.gmail.com
Whole thread Raw
In response to Re: the big picture for index-only scans  (Gokulakannan Somasundaram <gokul007@gmail.com>)
List pgsql-hackers


a) First, my understanding of checkpoint is that it flushes all the pages, that got changed below a particular LSN. If we are not having a LSN in the visibility map, how we will be sure, that a visibility map page is getting flushed/not?

Please ignore this statement.  I confused between the checkpoints implemented in Postgres and some other database.

Gokul.

pgsql-hackers by date:

Previous
From: Gokulakannan Somasundaram
Date:
Subject: Re: the big picture for index-only scans
Next
From: Dimitri Fontaine
Date:
Subject: Re: Question: CREATE EXTENSION and create schema permission?