Re: Don't removes/recycles WAL files at all

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Don't removes/recycles WAL files at all
Дата
Msg-id 200307302041.23513.dev@archonet.com
обсуждение исходный текст
Ответ на Re: Don't removes/recycles WAL files at all  (Michael Govorun <mike@shpion.ru>)
Ответы Re: Don't removes/recycles WAL files at all  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Don't removes/recycles WAL files at all  (Michael Govorun <mike@shpion.ru>)
Список pgsql-general
On Wednesday 30 July 2003 20:05, Michael Govorun wrote:
> Richard Huxton <dev@archonet.com> writes:
> > On Wednesday 30 July 2003 18:54, Michael Govorun wrote:
> >> Please, help.
> >>
> >> versions: 7.3.3, 7.3.4
> >>
> >> Server don't recycles or removes WAL files at all, generating 12-20
> >> files every day.
> >>
> >> -rw-------    1 postgres postgres 16777216 Jul 29 01:54 0000000000000000
> >> -rw-------    1 postgres postgres 16777216 Jul 29 01:55 0000000000000001
> >
> > [...etc]
> >
> > First thing I'd look for is if there is an old uncommitted transaction
> > lurking around somewhere. If the transaction doesn't commit, the WAL will
> > need to keep that data around.
>
> I have several projects/databases running on this server. How can I
> know about who (or at least what db) gives me uncommited transactions?

Hmm - have a look at the "Monitoring Activity" section of the Administrators
manual - between "ps" and "pg_stat_xxx" tables hopefully you can spot it.

> Also it seems like vulnerability. Every uncommited transaction takes
> 16Mb of disk space. It frustrates.

I could be completely wrong mind you - I've CCd Tom Lane since he should be
able to say if I'm talking rubbish.

Tom - is this a TODO?

--
  Richard Huxton
  Archonet Ltd

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

Предыдущее
От: Rajesh Kumar Mallah
Дата:
Сообщение: Re: [SQL] ALTER TABLE ... DROP CONSTRAINT
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Don't removes/recycles WAL files at all