Re: BUG #7521: Cannot disable WAL log while using pg_dump

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: hlinnaka <hlinnaka(at)iki(dot)fi>, Robert Haas <robertmhaas(at)gmail(dot)com>, boy <boy(at)atsc(dot)nl>, Pg Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #7521: Cannot disable WAL log while using pg_dump
Date: 2012-09-06 21:07:14
Message-ID: 1346964246-sup-5476@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

Excerpts from Tom Lane's message of jue sep 06 17:23:07 -0300 2012:
> Heikki Linnakangas <hlinnaka(at)iki(dot)fi> writes:
> > On 06.09.2012 13:07, Robert Haas wrote:
> >> On Thu, Sep 6, 2012 at 3:55 PM, Tom Lane<tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> >>> Doesn't hint-bit setting cause WAL traffic these days?
>
> >> I sure as heck don't think so.
>
> > It does not. HOT page pruning does, however. It could be that..
>
> Sorry, I was thinking of the freeze case, which is also somewhat
> unlikely --- but if it were happening, it could easily happen on
> most/all pages of a table.

How about secondary effects -- say pg_dump reads a lot of data into
buffers that were previously dirty and those get evicted. Could page
eviction cause lots of WAL to be emitted?

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Haas 2012-09-06 21:08:11 Re: BUG #7521: Cannot disable WAL log while using pg_dump
Previous Message Robert Haas 2012-09-06 21:06:47 Re: BUG #7521: Cannot disable WAL log while using pg_dump

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2012-09-06 21:08:11 Re: BUG #7521: Cannot disable WAL log while using pg_dump
Previous Message Robert Haas 2012-09-06 21:06:47 Re: BUG #7521: Cannot disable WAL log while using pg_dump