Re: join question - Mailing list pgsql-general

From Grzegorz Jaśkiewicz
Subject Re: join question
Date
Msg-id 2f4958ff0810221653n3d4d9111p1fe8a24b252eecc4@mail.gmail.com
Whole thread Raw
In response to Re: join question  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Thu, Oct 23, 2008 at 12:25 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
 
 It looks like you are testing a case where the tables all
fit in memory.  Do you expect that to be the reality for your production
use?  If so, you might want to reduce random_page_cost to something
close to 1 to reflect it.  If not, it'd be a good idea to test with more
realistically-sized tables before deciding what's "faster".
I am sure it at least reads some disc, because I can see peak in hd read - up to about 10-20MB/s during that query's execution. 

--
GJ

pgsql-general by date:

Previous
From: "marcin mank"
Date:
Subject: Re: join question
Next
From: Tom Lane
Date:
Subject: Re: join question