Re: : Create table taking time - Mailing list pgsql-performance

From Merlin Moncure
Subject Re: : Create table taking time
Date
Msg-id CAHyXU0wVchi6J84Qw5Yv=2ir=Us8+VG25xbDPNyXRiLUVptbvg@mail.gmail.com
Whole thread Raw
In response to : Create table taking time  (Venkat Balaji <venkat.balaji@verse.in>)
Responses Re: : Create table taking time  (Venkat Balaji <venkat.balaji@verse.in>)
List pgsql-performance
On Wed, Sep 28, 2011 at 12:06 PM, Venkat Balaji <venkat.balaji@verse.in> wrote:
> Hello Everyone,
> I am back with an issue (likely).
> I am trying to create a table in our production database, and is taking 5
> seconds.
> We have executed VACUUM FULL and yet to run ANALYZE. Can i expect the CREATE
> TABLE to be faster after ANALYZE finishes ?
> Or is there anything serious ?

just ruling out something obvious -- this is vanilla create table, not
CREATE TABLE AS SELECT...?

also, what's i/o wait -- are you sure your not i/o bound and waiting
on transaction commit?

merlin

pgsql-performance by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: the number of child tables --table partitioning
Next
From: Ondrej Ivanič
Date:
Subject: Re: the number of child tables --table partitioning