Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: ice-broker scan thread


  • From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
  • Cc: pgsql-hackers(at)postgresql(dot)org
  • Subject: Re: ice-broker scan thread
  • Date: Tue, 29 Nov 2005 11:56:08 +0800
  • Message-id: <438BD158(dot)5050109(at)familyhealth(dot)com(dot)au>

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




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group