Re: Postgresql background writer and checkpointer memory utilization in Linux server - Mailing list pgsql-admin

From Tom Lane
Subject Re: Postgresql background writer and checkpointer memory utilization in Linux server
Date
Msg-id 3398631.1597160421@sss.pgh.pa.us
Whole thread Raw
In response to Postgresql background writer and checkpointer memory utilization in Linux server  (Mohammed Afsar <mohammed.afsar7799@gmail.com>)
Responses Re: Postgresql background writer and checkpointer memory utilization in Linux server  (Mohammed Afsar <mohammed.afsar7799@gmail.com>)
List pgsql-admin
Mohammed Afsar <mohammed.afsar7799@gmail.com> writes:
> Thanks for response,the exact issue which am facing is when there is no
> transaction queries are happening in database checkpointer and background
> writer is continuously utilizing memory from server.

That sounds like complete nonsense.  Those processes don't execute
queries.  It's true that they'll continue to do I/O work for some
time after queries have executed in other processes, but that's normal.

I say again that you haven't offered any evidence of having a problem
to solve.  If you don't want the database to be consuming any cycles
at all, then you should shut it down.  But if you want it to do useful
work, it's designed to spread out that work, not necessarily to do it
all before a query returns results to the client.

            regards, tom lane



pgsql-admin by date:

Previous
From: Mohammed Afsar
Date:
Subject: Re: Postgresql background writer and checkpointer memory utilization in Linux server
Next
From: Mohammed Afsar
Date:
Subject: Re: Postgresql background writer and checkpointer memory utilization in Linux server