Re: index only scan question - Mailing list pgsql-general

From Daniel Westermann
Subject Re: index only scan question
Date
Msg-id AM4PR0901MB13460A857081987E4733CCBED2C60@AM4PR0901MB1346.eurprd09.prod.outlook.com
Whole thread Raw
In response to Re: index only scan question  (Laurenz Albe <laurenz.albe@cybertec.at>)
Responses Re: index only scan question
List pgsql-general

>I'd say the old index tuple was killed during the first scan:
>https://www.cybertec-postgresql.com/en/killed-index-tuples/
... from your blog: "Whenever an index scan fetches a heap tuple only to find that it is dead (that the entire “HOT chain” of tuples is dead, to be more precise), it marks the index tuple as “killed”. Then future index scans can simply ignore it.

pgsql-general by date:

Previous
From: Daniel Westermann
Date:
Subject: Re: index only scan question
Next
From: Daniel Westermann
Date:
Subject: Re: index only scan question