Re: Really bad insert performance: what did I do wrong? - Mailing list pgsql-performance

From Tom Lane
Subject Re: Really bad insert performance: what did I do wrong?
Date
Msg-id 2073.1045880679@sss.pgh.pa.us
Whole thread Raw
In response to Re: Really bad insert performance: what did I do wrong?  (Kevin White <kwhite@digital-ics.com>)
List pgsql-performance
Kevin White <kwhite@digital-ics.com> writes:
> I did this, but my gmon.out doesn't appear to have much data from the
> actual child postgres process, just the parent.

Are you looking in the right place?  Child processes will dump gmon.out
into $PGDATA/base/yourdbnum/, which is not where the parent process
does.

            regards, tom lane

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: slow query
Next
From: Tom Lane
Date:
Subject: Re: Really bad insert performance: what did I do wrong?