Re: Question about shared_buffer cache behavior - Mailing list pgsql-general

From
Subject Re: Question about shared_buffer cache behavior
Date
Msg-id 940176702.1184891.1458336178735.JavaMail.yahoo@mail.yahoo.com
Whole thread Raw
In response to Re: Question about shared_buffer cache behavior  (Andreas Kretschmer <andreas@a-kretschmer.de>)
List pgsql-general
On Friday, March 18, 2016 4:54 PM, Andreas Kretschmer <andreas@a-kretschmer.de>
wrote:
 >
 >
 >> Paul Jones <pbj@cmicdo.com> hat am 18. Marz 2016 um 21:24 geschrieben:
 >>
 >> 
 >> In Postgres 9.5.1 with a shared_buffer cache of 7Gb, a SELECT from

 >
 > the first query reads only the tuple from heap that are matched the
 > where-condition.
 > The 2nd query with an other where-condition reads other rows than the first
 > query.
 >   
 > Keep in mind: a index search reads the index and pulls the rows that matched
the  
 > condition from the heap, no more.
     
Ok, thanks!  I understand now!
  
 >
 > Regards
 > --
 > Andreas Kretschmer
 > http://www.2ndQuadrant.com/
 > PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

pgsql-general by date:

Previous
From: Rakesh Kumar
Date:
Subject: Re: Question about shared_buffer cache behavior
Next
From: Peter Geoghegan
Date:
Subject: Re: ON CONFLICT DO NOTHING RETURNING