Re: [GENERAL] postgres: writer process,what does this process actually do?

2009-12-24 Thread Thomas
On Dec 23, 3:44 pm, r...@iol.ie ("Raymond O'Donnell") wrote: > On 23/12/2009 02:56, Thomas wrote: > > > And could you give me some info about postgres internals? Such as > > ebooks or online articles. > > There's quite a bit in the manual: > >  http://www.postgresql.org/docs/8.4/interactive/interna

Re: [GENERAL] postgres: writer process,what does this process actually do?

2009-12-23 Thread Raymond O'Donnell
On 23/12/2009 02:56, Thomas wrote: > And could you give me some info about postgres internals? Such as > ebooks or online articles. > There's quite a bit in the manual: http://www.postgresql.org/docs/8.4/interactive/internals.html Ray. -- Raymond O'Donnell :: Galway :: Ireland r...@iol.ie

Re: [GENERAL] postgres: writer process,what does this process actually do?

2009-12-22 Thread Richard Broersma
On Tue, Dec 22, 2009 at 6:56 PM, Thomas ote: > And could you give me some info about postgres internals? Such as > ebooks or online articles. I'm not sure if you've already reviewed this part of the PostgreSQL docs or not: http://www.postgresql.org/docs/8.4/interactive/internals.html -- Regard

Re: [GENERAL] postgres: writer process,what does this process actually do?

2009-12-22 Thread Thomas
On 12月22日, 下午11时26分, gryz...@gmail.com (Grzegorz Jaśkiewicz) wrote: > On Tue, Dec 22, 2009 at 10:19 AM, Thomas wrote: > > Does it write data to data files to make buffer "clean"?if it > > does ,but I can not find open files from the result of lsof -p > >  PID. > > writer actually takes care about

Re: [GENERAL] postgres: writer process,what does this process actually do?

2009-12-22 Thread Grzegorz Jaśkiewicz
On Tue, Dec 22, 2009 at 10:19 AM, Thomas wrote: > Does it write data to data files to make buffer "clean"?if it > does ,but I can not find open files from the result of lsof -p >  PID. > writer actually takes care about writing pages down, from shared memory. It is the central point that accesses

[GENERAL] postgres: writer process,what does this process actually do?

2009-12-22 Thread Thomas
Does it write data to data files to make buffer "clean"?if it does ,but I can not find open files from the result of lsof -p PID. -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general