Re: postgresql shared buffers - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: postgresql shared buffers
Date
Msg-id 45017E8D.3030003@enterprisedb.com
Whole thread Raw
In response to Re: postgresql shared buffers  (Praveen Kumar N <praveen_n@students.iiit.net>)
Responses Re: postgresql shared buffers  (Praveen Kumar N <praveen_n@students.iiit.net>)
List pgsql-hackers
Praveen Kumar N wrote:
> On Fri, 8 Sep 2006, Heikki Linnakangas wrote:
>
>> Looks like Alvaro guessed right. It reads both relations in sequence, 
>> sorts them in temporary storage, outside bufmgr, and then does a 
>> merge join on the sorted inputs.
>
> could you tell me how can we trace that? I mean which functions shall 
> I checkout for that.

The sort code is in src/backend/utils/sort/tuplesort.c and logtape.c. 
Can't remember function names from the top of my head.

--  Heikki Linnakangas EnterpriseDB   http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Praveen Kumar N
Date:
Subject: Re: postgresql shared buffers
Next
From: Tom Lane
Date:
Subject: Re: Fixed length data types issue