Re: Synchronized Scan WIP patch

From: "Simon Riggs" <simon(at)2ndquadrant(dot)com>
To: "Jeff Davis" <pgsql(at)j-davis(dot)com>
Cc: <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Synchronized Scan WIP patch
Date: 2007-03-15 08:27:22
Message-ID: 1173947242.4160.140.camel@silverbirch.site
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Heikki Linnakangas 2007-03-15 09:47:53 Re: [PATCHES] Bitmapscan changes
Previous Message Simon Riggs 2007-03-14 21:03:37 Re: LIMIT/SORT optimization