Re: ice-broker scan thread - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: ice-broker scan thread
Date
Msg-id 438BD158.5050109@familyhealth.com.au
Whole thread Raw
In response to Re: ice-broker scan thread  (David Boreham <david_list@boreham.org>)
List pgsql-hackers
Qingqing,

>> I am considering add an "ice-broker scan thread" to accelerate PostgreSQL
>> sequential scan IO speed. The basic idea of this thread is just like the
>> "read-ahead" method, but the difference is this one does not read the 
>> data
>> into shared buffer pool directly, instead, it reads the data into file
>> system cache, which makes the integration easy and this is unique to
>> PostgreSQL.

You probably mean "ice-breaker" by the way :)

Chris



pgsql-hackers by date:

Previous
From: Gavin Sherry
Date:
Subject: Re: ice-broker scan thread
Next
From: Tom Lane
Date:
Subject: Re: ice-broker scan thread