Re: Checkpoints

From: Dennis Gearon <gearond(at)cvc(dot)net>
To: Nailah Ogeer <ogeer(at)cs(dot)queensu(dot)ca>
Cc: pgsql-general(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Checkpoints
Date: 2003-07-22 18:55:22
Message-ID: 3F1D889A.6050409@cvc.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

pool of what?

Nailah Ogeer wrote:

> Hello,
> I have written code to support multiple buffer pools in postgres 7.3.2.
> Now i am looking at changing the sizes of these buffer pools, but first i
> need to write all pages to disk.
> I also need to incorporate this code into the backend instead of it being
> a sql statement as it is now. I noticed that at a checkpoint, dirty pages
> are written to disk. I was just wondering if someone can tell me how
> postgres handles checkpoints and if it is advisable to do the sizing right
> after a checkpoint?
>
> Nailah
> MSc Student
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dennis Gearon 2003-07-22 18:55:45 Re: Checkpoints
Previous Message John Harrold 2003-07-22 18:46:59 comparing database schema's

Browse pgsql-hackers by date

  From Date Subject
Next Message Dennis Gearon 2003-07-22 18:55:45 Re: Checkpoints
Previous Message Bruce Momjian 2003-07-22 18:51:35 Re: php with postgres