Re: Simultaneous vacuum-ing

Поиск
Список
Период
Сортировка
От Medi Montaseri
Тема Re: Simultaneous vacuum-ing
Дата
Msg-id 3DBD8F41.2030303@intransa.com
обсуждение исходный текст
Ответ на Simultaneous vacuum-ing  (Medi Montaseri <medi.montaseri@intransa.com>)
Ответы Re: Simultaneous vacuum-ing
Список 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 по дате отправления:

Предыдущее
От: Medi Montaseri
Дата:
Сообщение: Re: supplying password to psql on command line?
Следующее
От: Robert Treat
Дата:
Сообщение: Re: multiple databases