Re: Mysteriously varying index scan costs

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Pavan Deolasee <pavan(dot)deolasee(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Mysteriously varying index scan costs
Date: 2018-09-24 10:03:10
Message-ID: 1104a63e897f3c29f44e617f40a33f99a1d80e2c.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Pavan Deolasee wrote:
> On Mon, Sep 24, 2018 at 2:20 PM, Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at> wrote:
> >
> > But how can it be that the first run has to touch 74917 blocks,
> > while whe second run only needs to touch 1185?
> >
>
> The first index scan may have killed lots of index tuples.

So the first index scan visited lots of table tuples, found them
dead, and set the LP_DEAD flag on the corresponding index items
so that subsequent index scans could ignore them, right?

Thanks, that must be the correct explanation. It correlates nicely
with the dirtied pages, too.

Yours,
Laurenz Albe
--
Cybertec | https://www.cybertec-postgresql.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2018-09-24 13:08:03 Re: pgAdmin v4: The application server could not be contacted.
Previous Message Mark Williams 2018-09-24 09:46:03 RE: PostgreSQl, PHP and IIS