Re: Way to eliminate pg_dump activity from pg_stat_all ?

From: Bryce Nesbitt <bryce2(at)obviously(dot)com>
To: sql pgsql <pgsql-sql(at)postgresql(dot)org>
Cc: Erik Jones <ejones(at)engineyard(dot)com>
Subject: Re: Way to eliminate pg_dump activity from pg_stat_all ?
Date: 2009-01-20 22:25:18
Message-ID: 49764F4E.2000703@obviously.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Erik Jones wrote:
>> It would be nice to get pg_dump activity out of the stats for another
>> reason --- pg_dump adds to the sequential scan activity, in a way
>> that does not represent the "typical" use of the database.
>> Essentially pg_dump is an atypical user of the database, so it's
>> stats are "different" than the rest of the activity.
>
> It sounds like the proper wording for a feature request here would be
> something like "Disable stats collection on a per-session basis".
And based on that, I found it's possible. I just had to teach pg_dump
to do it:
http://archives.postgresql.org/pgsql-hackers/2009-01/msg01474.php
(we'll see if anyone else finds it useful enough to commit the patch to
postgres 8.5).

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 2009-01-21 17:52:55 Re: [SQL] array_to_string(anyarray, text) that was working in 8.1 is not working in 8.3
Previous Message Erik Jones 2009-01-20 22:06:12 Re: Way to eliminate pg_dump activity from pg_stat_all ?