Re: Extremely slow server?

From: bricklen <bricklen(at)gmail(dot)com>
To: Craig James <cjames(at)emolecules(dot)com>
Cc: "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Extremely slow server?
Date: 2013-09-14 18:36:04
Message-ID: CAGrpgQ9HJ5Mj8kCErhudxd3Kc7tHj6Dr6a=rximT5UGchA=tGg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Sat, Sep 14, 2013 at 11:28 AM, Craig James <cjames(at)emolecules(dot)com> wrote:

> I'm trying to do a pg_dump of a database, and it more-or-less just sits
> there doing nothing.
>

What is running in the db? Perhaps there is something blocking the pg_dump?
What does the output of the following query look like?

select * from pg_stat_activity where pid <> pg_backend_pid()

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Craig James 2013-09-15 01:54:19 Re: Extremely slow server?
Previous Message Craig James 2013-09-14 18:28:36 Extremely slow server?