WIP: buffer manager rewrite (take 2) - Mailing list pgsql-patches

From Tom Lane
Subject WIP: buffer manager rewrite (take 2)
Date
Msg-id 1327.1108601428@sss.pgh.pa.us
Whole thread Raw
Responses Re: WIP: buffer manager rewrite (take 2)  (Mark Wong <markw@osdl.org>)
List pgsql-patches
Second iteration of buffer manager rewrite.  This uses the idea of a
usage counter instead of just a recently-used flag bit.  I allowed the
counter to go up to 5, but some playing around with that value would
be interesting.  (Tweak BM_MAX_USAGE_COUNT in
src/include/storage/buf_internals.h, then recompile the files in
src/backend/storage/buffer/.)  Also there are more GUC variables now
for controlling the bgwriter.

            regards, tom lane


Attachment

pgsql-patches by date:

Previous
From: "Kobus Walters"
Date:
Subject: PreparedStatement setObject
Next
From: Mark Kirkwood
Date:
Subject: Re: WIP: bufmgr rewrite per recent discussions