Re: wal files on temporary tables - Mailing list pgsql-general

From Tom Lane
Subject Re: wal files on temporary tables
Date
Msg-id 15038.1155590845@sss.pgh.pa.us
Whole thread Raw
In response to wal files on temporary tables  (marcelo Cortez <jmdc_marcelo@yahoo.com.ar>)
Responses Re: wal files on temporary tables  (marcelo Cortez <jmdc_marcelo@yahoo.com.ar>)
List pgsql-general
marcelo Cortez <jmdc_marcelo@yahoo.com.ar> writes:
> Then i've  created "normal" tables but the wal file
> generated by this tables grows and grows.

The WAL files shouldn't grow indefinitely unless you've got some
fairly serious problem that is preventing checkpoints from occurring.
Look in the server log file to see if there are any error messages
about that.

            regards, tom lane

pgsql-general by date:

Previous
From: Enver ALTIN
Date:
Subject: Re: wal files on temporary tables
Next
From: Adrian Klaver
Date:
Subject: Re: Best approach for a "gap-less" sequence