AW: AW: Plans for solving the VACUUM problem - Mailing list pgsql-hackers

From Zeugswetter Andreas SB
Subject AW: AW: Plans for solving the VACUUM problem
Date
Msg-id 11C1E6749A55D411A9670001FA6879633682E6@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
List pgsql-hackers
> Correct me if I am wrong, but both cases do present a problem currently 
> in 7.1.  The WAL log will not remove any WAL files for transactions that 
> are still open (even after a checkpoint occurs).  Thus if you do a bulk 
> insert of gigabyte size you will require a gigabyte sized WAL 
> directory.  Also if you have a simple OLTP transaction that the user 
> started and walked away from for his one week vacation, then no WAL log 
> files can be deleted until that user returns from his vacation and ends 
> his transaction.

I am not sure, it might be so implemented. But there is no technical reason
to keep them beyond checkpoint without UNDO.

Andreas


pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: XMAX weirdness (was: Plans for solving the VACUUM problem)
Next
From: Zeugswetter Andreas SB
Date:
Subject: AW: Plans for solving the VACUUM problem