From: | Nailah Ogeer <ogeer(at)cs(dot)queensu(dot)ca> |
---|---|
To: | <pgsql-general(at)postgresql(dot)org> |
Cc: | <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Checkpoints |
Date: | 2003-07-22 18:00:06 |
Message-ID: | Pine.SOL.4.33.0307221355530.27137-100000@innovate |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
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
From | Date | Subject | |
---|---|---|---|
Next Message | Oleg Bartunov | 2003-07-22 18:19:29 | Re: german tsearch in 7.2.4 |
Previous Message | Gavin M. Roy | 2003-07-22 17:33:57 | New Poll @ Codewalkers |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-07-22 18:15:21 | Re: PostgreSQL 7.3.3 and Intel C compiler |
Previous Message | Rod Taylor | 2003-07-22 17:57:37 | Re: php with postgres |