pgsql: Add description for concurrent sequential scans: > One

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add description for concurrent sequential scans: > One
Date: 2005-04-25 01:42:41
Message-ID: 20050425014241.7118553634@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add description for concurrent sequential scans:

> One possible implementation is to start sequential scans from the lowest
> numbered buffer in the shared cache, and when reaching the end wrap
> around to the beginning, rather than always starting sequential scans
> at the start of the table.

Modified Files:
--------------
pgsql/doc:
TODO (r1.1514 -> r1.1515)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1514&r2=1.1515)
pgsql/doc/src/FAQ:
TODO.html (r1.21 -> r1.22)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.21&r2=1.22)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-04-25 02:14:48 pgsql: Replace slightly klugy create_bitmap_restriction() function with
Previous Message Tom Lane 2005-04-25 01:30:15 pgsql: Remove support for OR'd indexscans internal to a single IndexScan