Re: Help tuning postgres

From: Steve Poe <spoe(at)sfnet(dot)cc>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-performance(at)postgresql(dot)org, Csaba Nagy <nagy(at)ecircle-ag(dot)com>, emil(at)baymountain(dot)com
Subject: Re: Help tuning postgres
Date: 2005-10-12 17:32:05
Message-ID: 1129138325.26659.14.camel@amd64-gentoo-laptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


Would it not be faster to do a dump/reload of the table than reindex or
is it about the same?

Steve Poe

On Wed, 2005-10-12 at 13:21 -0400, Tom Lane wrote:
> Emil Briggs <emil(at)baymountain(dot)com> writes:
> >> Not yet, the db is in production use and I have to plan for a down-time
> >> for that... or is it not impacting the activity on the table ?
>
> > It will cause some performance hit while you are doing it.
>
> It'll also lock out writes on the table until the index is rebuilt,
> so he does need to schedule downtime.
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Merlin Moncure 2005-10-12 18:17:47 Re: Help tuning postgres
Previous Message Tom Lane 2005-10-12 17:21:24 Re: Help tuning postgres