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

From: Michael Govorun <mike(at)shpion(dot)ru>
To: Richard Huxton <dev(at)archonet(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Don't removes/recycles WAL files at all
Date: 2003-07-30 19:05:32
Message-ID: m3llufzvgj.fsf@shpion.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Richard Huxton <dev(at)archonet(dot)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?

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

--
Michael Govorun __o
_`\<,_
.............. (_)/'(_) ...................

I do not get viruses because I do not use MS software. If you use
Outlook then please do not put my email address in your address-book
so that WHEN you get a virus it won't use my address in the From:
field.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Claudio Lapidus 2003-07-30 19:16:23 hexadecimal to decimal
Previous Message Richard Huxton 2003-07-30 18:47:48 Re: Don't removes/recycles WAL files at all