Re: why we need both the collector & buffer process
От | Bruce Momjian |
---|---|
Тема | Re: why we need both the collector & buffer process |
Дата | |
Msg-id | 200212251658.gBPGw5919069@candle.pha.pa.us обсуждение исходный текст |
Ответ на | why we need both the collector & buffer process ("William.Jiang" <jiang_sir@yahoo.com.cn>) |
Ответы |
Re: why we need both the collector & buffer process
|
Список | pgsql-hackers |
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@candle.pha.pa.us | (610) 359-1001+ If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania19073
В списке pgsql-hackers по дате отправления: