Re: Backend shutdown time?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Backend shutdown time?
Date: 2002-01-25 04:42:56
Message-ID: 23373.1011933776@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I said:
> While it clearly takes some amount of time to clean out our entries in
> the PROC array, etc, this trace suggests that the cost is a lot higher
> than one would've expected. Anyone have an idea what's going on here?

Oh, never mind, I figured it out: the backends are all nice'd because
they're background processes. As long as the client side wants cycles
(which it will, until it issues a query to the next backend) it's
hard for the exiting backend(s) to get any cycles at all.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2002-01-25 05:27:07 Re: RFD: schemas and different kinds of Postgres objects
Previous Message Tom Lane 2002-01-25 04:38:22 Backend shutdown time?