Re: Theory question
От | Kevin Grittner |
---|---|
Тема | Re: Theory question |
Дата | |
Msg-id | 1384280688.49523.YahooMailNeo@web162903.mail.bf1.yahoo.com обсуждение исходный текст |
Ответ на | Theory question (Jayadevan M <maymala.jayadevan@gmail.com>) |
Ответы |
Re: Theory question
|
Список | pgsql-general |
Jayadevan M <maymala.jayadevan@gmail.com> wrote: > What are the real differences between the bgwriter and > checkpointer process? Both of them write data from the buffer to > the data files, right? Is it just a matter of 'when' they write? 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. -- Kevin Grittner EDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
В списке pgsql-general по дате отправления: