Re: WAL Rate Limiting - Mailing list pgsql-hackers

From Jeff Janes
Subject Re: WAL Rate Limiting
Date
Msg-id CAMkU=1zCsR8FV=p5w2pms5UK5wXKbRDBu7Zc7GwPESk1B3MXTQ@mail.gmail.com
Whole thread Raw
In response to Re: WAL Rate Limiting  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Thu, Jan 16, 2014 at 8:19 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

> I think the usecases that would want this for DML probably also wan this
> to work for unlogged, temp tables.

Huh?  Unlogged tables generate *zero* WAL, by definition.

Transactions that only change unlogged tables still generate commit records to WAL.

I don't think that amount of WAL is particularly relevant to this discussion, but I was recently surprised by it, so wanted to publicize it.  (It was causing a lot of churn in my WAL due to interaction with archive_timeout)
 
Cheers,

Jeff

pgsql-hackers by date:

Previous
From: Florian Pflug
Date:
Subject: Re: [PATCH] Negative Transition Aggregate Functions (WIP)
Next
From: Alvaro Herrera
Date:
Subject: Re: Why conf.d should be default, and auto.conf and recovery.conf should be in it