Re: What kind of locks does vacuum process hold on the db?

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: What kind of locks does vacuum process hold on the db?
Дата
Msg-id dcc563d10708300336m48fa7b18lf7e66c73fb242585@mail.gmail.com
обсуждение исходный текст
Ответ на Re: What kind of locks does vacuum process hold on the db?  ("Nitin Verma" <nitinverma@azulsystems.com>)
Ответы Re: What kind of locks does vacuum process hold on the db?
Список pgsql-general
On 8/30/07, Nitin Verma <nitinverma@azulsystems.com> wrote:
> > Why are you doing FULL vacuums?  Is there some problem that regular vacuums
> aren't solving?
>
> Using dump/restore from a live DB to fresh DB, I get a DB that takes (49M +
> 12M - {I have two table spaces)) 61M of disk. Maximum size that I can grow by
> the quota allocated to DB is 100M.
>
> A regular vacuum doesn't stop the database growth, and DB grows beyond 100M.
> Then we have to trigger a script that dump/restores on the live database. For
> that we have a small outage (which is right now automated).
>
> A full vacuum keeps the database below 100M and no outage.

Then you aren't doing regular vacuum often enough and / or don't have
high enough fsm settings.

>
> > Yes, vacuum full takes a hard lock on a table.
>
> That means Table Level AccessExclusiveLock, right?

Not sure which name it is.  It definitely blocks writes to the table
while it is vacuuming it.  But that's secondary.  You're having to do
regular vacuum fulls because of too infrequent regular vacuum and / or
too low fsm setting.

В списке pgsql-general по дате отправления:

Предыдущее
От: rafikoko
Дата:
Сообщение: Re: pg_dump.... pg_restore...how long does it take?
Следующее
От: "Idan Miller"
Дата:
Сообщение: PostgreSQL with Kerberos and Active Directory