Re: Theory question - Mailing list pgsql-general

From Jayadevan
Subject Re: Theory question
Date
Msg-id 1384312162304-5778052.post@n5.nabble.com
Whole thread Raw
In response to Re: Theory question  (Kevin Grittner <kgrittn@ymail.com>)
Responses Re: Theory question
List pgsql-general
Kevin Grittner-5 wrote
> The checkpointer process is responsible for creating safe points
> from which a recovery can begin; the background writer tries to
> keep some pages available for re-use so that processes running
> queries don't need to wait for page writes  in order to have free
> spots to use in shared buffers.

Thank you. Do both of them write to the same files? Is it that checkpoint
writes only committed data whereas background writer may also write
non-committed data if there is no space available in the buffers?




--
View this message in context: http://postgresql.1045698.n5.nabble.com/Theory-question-tp5777838p5778052.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


pgsql-general by date:

Previous
From: Grant Fisher
Date:
Subject: TCP_KEEPIDLE Question
Next
From: Tom Lane
Date:
Subject: Re: TCP_KEEPIDLE Question