Re: : Create table taking time

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: : Create table taking time
Date: 2011-09-28 18:55:34
Message-ID: 4E836DA6.8030200@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


> We have executed VACUUM FULL and yet to run ANALYZE. Can i expect the CREATE
> TABLE to be faster after ANALYZE finishes ?

The only way CREATE TABLE would be affected by VACUUM ANALYZE running is
if you're saturating either your CPU or your disk 100%. Which you may
be, on a low-end system.

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Scott Marlowe 2011-09-28 19:14:51 Re: : Create table taking time
Previous Message Josh Berkus 2011-09-28 18:54:22 Re: : Looking for PG Books