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

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <vaibhavkaushal123(at)gmail(dot)com>,<pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Requirement for the Buffer manager to load multiple pages at once
Date: 2010-12-04 15:46:24
Message-ID: 4CFA0DF002000025000382A4@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2010-12-04 16:01:24 Re: Per-column collation
Previous Message Robert Treat 2010-12-04 15:42:22 Re: Patch to add a primary key using an existing index