Drop / create indexes and vacuumdb

From: Yves Vindevogel <yves(dot)vindevogel(at)implements(dot)be>
To: pgsql-performance(at)postgresql(dot)org
Subject: Drop / create indexes and vacuumdb
Date: 2005-05-30 22:06:49
Message-ID: 14ab8d7ed7b485e9721af087c65d0992@implements.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hi,

Does it make a difference in performance and/or disc space if I

1) drop index / vacuumdb -zf / create index
or
2) drop index / create index / vacuumdb -zf

I guess it makes a diff for the --analyze, not ?

Met vriendelijke groeten,
Bien à vous,
Kind regards,

Yves Vindevogel
Implements

Attachment Content-Type Size
Pasted Graphic 2.tiff image/tiff 5.6 KB

Browse pgsql-performance by date

  From Date Subject
Next Message Rudi Starcevic 2005-05-30 22:16:49 Re: slow queries, possibly disk io
Previous Message Bricklen Anderson 2005-05-30 22:00:37 Re: poor performance involving a small table