Re: Simultaneous vacuum-ing - Mailing list pgsql-general

From Medi Montaseri
Subject Re: Simultaneous vacuum-ing
Date
Msg-id 3DBD8F41.2030303@intransa.com
Whole thread Raw
In response to Simultaneous vacuum-ing  (Medi Montaseri <medi.montaseri@intransa.com>)
Responses Re: Simultaneous vacuum-ing  (Andrew Sullivan <andrew@libertyrms.info>)
List pgsql-general
Simultaneous as in, running vacuumdb(1) simultaneously or sequentially..
For example,

vacuumdb -z -d SomeDB &
vacuumdb -z -d SomeDB &
psql -c "some SQL statement, where I'm in a 7.2.3 and supposedly, I can
do vacuum and
DB transactions at the same time"


Thanks

Andrew Sullivan wrote:

>On Fri, Oct 25, 2002 at 03:33:48PM -0700, Medi Montaseri wrote:
>
>
>>Is there any danger with simultaneous vacuum-ing with 7.2.3 ?
>>
>>
>
>Simultaneous how?  Same table, or different tables at the same time?
>The latter works without trouble, I can assure you.
>
>A
>
>
>




pgsql-general by date:

Previous
From: Medi Montaseri
Date:
Subject: Re: supplying password to psql on command line?
Next
From: Robert Treat
Date:
Subject: Re: multiple databases