Re: Simultaneous vacuum-ing

From: Medi Montaseri <medi(dot)montaseri(at)intransa(dot)com>
To: Andrew Sullivan <andrew(at)libertyrms(dot)info>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Simultaneous vacuum-ing
Date: 2002-10-28 19:25:53
Message-ID: 3DBD8F41.2030303@intransa.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
>
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Juan Jose Comellas 2002-10-28 19:37:53 Re: VACUUM FULL not working with persistent connections
Previous Message Medi Montaseri 2002-10-28 18:56:32 Re: supplying password to psql on command line?