Re: why we need both the collector & buffer process

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: William(dot)Jiang <jiang_sir(at)yahoo(dot)com(dot)cn>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: why we need both the collector & buffer process
Date: 2002-12-25 16:58:05
Message-ID: 200212251658.gBPGw5919069@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

=?gb2312?q?William.Jiang?= wrote:
>
> hi,all hackers of postgres
>
> when postmaster start as a service . another two
> processes(collector & buffer ) start their work at the same
> time.
>
> I have read the code and I am wondering why we need two
> processes to do the work. I think one process can work as
> well. Are there something special you considered when you
> developed this feature?

One collects statistics for the pg_stat tables, and the other does
checkpoints. They are different functions.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeroen T. Vermeulen 2002-12-25 19:30:53 GBorg feature requests
Previous Message postgresql 2002-12-25 09:22:10 about the sql conformance