Re: Requirement for the Buffer manager to load multiple pages at once

From: Vaibhav Kaushal <vaibhavkaushal123(at)gmail(dot)com>
To: Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Requirement for the Buffer manager to load multiple pages at once
Date: 2010-12-05 01:55:14
Message-ID: AANLkTinfv3MKr0Cg7RZk1JS67uN8Xx2z2=XxdYBozV0C@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thank you Kevin. I am going to look into it. I still have to learn a lot :)

Regards,
Vaibhav

On 12/4/10, Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov> wrote:
> Vaibhav Kaushal wrote:
>
>> I want to parallelize the search / scan (specifically hash) by
>> using multiple cores in the processors today.
>
> You might want to review the efforts of Markus Wanner, who submitted
> a series of patches intended to move things in that direction to a
> recent CommitFest:
>
> https://commitfest.postgresql.org/action/commitfest_view?id=7
>
> -Kevin
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2010-12-05 03:12:57 Re: [PATCH] Revert default wal_sync_method to fdatasync on Linux 2.6.33+
Previous Message Jeff Janes 2010-12-05 01:04:43 Re: profiling connection overhead