Re: Index Only Scan vs Cache - Mailing list pgsql-general

From Marc Mamin
Subject Re: Index Only Scan vs Cache
Date
Msg-id B6F6FD62F2624C4C9916AC0175D56D8828C03EE5@jenmbs01.ad.intershop.net
Whole thread Raw
In response to Re: Index Only Scan vs Cache  (Andy Colson <andy@squeakycode.net>)
Responses Re: Index Only Scan vs Cache  (Andy Colson <andy@squeakycode.net>)
Re: Index Only Scan vs Cache  (William Dunn <dunnwjr@gmail.com>)
List pgsql-general
>On 7/9/2015 12:41 PM, Tom Lane wrote:
>> Andy Colson <andy@squeakycode.net> writes:
>>> My question is:  Will PG cache only the index (assuming it can always do
>>> an Index Only Scan), or will it cache the table as well?

I'm not sure that indexes on tiny tables are useful.
They raise the options to consider by the query planner, which has its small cost too.
I'd be interested on other opinions on this.
Any rule of the thumb with which number of pages per relation it is worth to start indexing ?

And still another question: I've have tiny static tables too, that never got analyzed.
Can this fool the query planner in a negative way ?

regards,

Marc Mamin

>> The table blocks would fall out of cache if they're never touched.
>>
>>                        regards, tom lane
>>
>>
>
>Sweet!  Thanks Tom.
>
>
>--
>Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
>To make changes to your subscription:
>http://www.postgresql.org/mailpref/pgsql-general
>

pgsql-general by date:

Previous
From: Marc Mamin
Date:
Subject: Re: Creating table with data from a join
Next
From: Ramesh T
Date:
Subject: Re: timestamp check