Re: Synchronized Scan WIP patch - Mailing list pgsql-patches

From Simon Riggs
Subject Re: Synchronized Scan WIP patch
Date
Msg-id 1173947242.4160.140.camel@silverbirch.site
Whole thread Raw
In response to Synchronized Scan WIP patch  (Jeff Davis <pgsql@j-davis.com>)
Responses Re: Synchronized Scan WIP patch
List pgsql-patches
On Wed, 2007-03-14 at 01:42 -0700, Jeff Davis wrote:
> SYNC_SCAN_REPORT_INTERVAL 100

Jeff,

This will stop SeqScans from working with buffer recycling, unless we
put the recycle limit to more than 100. That was why I requested you set
this to 16, so we can use a recycle buffer of 32.

--
  Simon Riggs
  EnterpriseDB   http://www.enterprisedb.com



pgsql-patches by date:

Previous
From: "Simon Riggs"
Date:
Subject: Re: LIMIT/SORT optimization
Next
From: Jeff Davis
Date:
Subject: Re: Synchronized Scan WIP patch