Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Partial digest for the pgsql-admin list

15 views
Skip to first unread message

Andrew Sullivan

unread,
Aug 26, 2002, 1:24:04 PM8/26/02
to
On Mon, Aug 26, 2002 at 12:43:29PM -0400,
pgsql-ad...@postgresql.org wrote:

> ------------------------------
>
> Date: Mon, 26 Aug 2002 12:04:23 -0400
> From: Jeff Boes <jb...@nexcerpt.com>
> To: pgsql...@postgresql.org
> Subject: VACUUM on multi-CPU systems?
> Message-ID: <akdjh0$j5b$1...@news.hub.org>
>
> Does anyone have any thoughts on whether my database vacuum/full/analyze
> might go faster on our 2-CPU system if I generated the VACUUM commands
> into a script, e.g.,

We do that. It does speed things up, assuming you aren't using the
other CPU at the same time (which you wouldn't be just in case
there's no query on the other CPU which is blocked on a
currently-vacuuming table). Remember to background the vacuum call
from your shell, or the script will only run the vacuums in series.

A

--
----
Andrew Sullivan 204-4141 Yonge St
Liberty RMS Toronto, Ontario Canada
<and...@libertyrms.info> M2P 2A8
+1 416 646 3304 x110


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majo...@postgresql.org so that your
message can get through to the mailing list cleanly

0 new messages