Re: Moving pgstat.stat and pgstat.tmp - Mailing list pgsql-general

From Bruce Momjian
Subject Re: Moving pgstat.stat and pgstat.tmp
Date
Msg-id 200803172332.m2HNWSO20559@momjian.us
Whole thread Raw
In response to Moving pgstat.stat and pgstat.tmp  (Erik Jones <erik@myemma.com>)
List pgsql-general
Added to TODO:

* Reduce file system activity overhead of statistics file pgstat.stat

  http://archives.postgresql.org/pgsql-general/2007-12/msg00106.php


---------------------------------------------------------------------------

Erik Jones wrote:
> Hi, I'm currently doctoring a situation wherein we've got table
> inheritance scheme that over the years that has ballooned like only
> in your nightmares (think well over 100K tables + indexes on those).
> The obvious solution is to re-design the schema with a better
> partitioning scheme in mind (see another msg from me later today on
> that) but that's a big project that's just getting underway and an
> immediate concern is the I/O on out data partition due in large part
> to the stats file(s) getting hammered.  We can verify this by looking
> at our write volume 45+ Mbits/s and watching it drop to well below 10
> on average when we disable stat_row_level as well as watching the
> insane amounts of writes to pgstat.tmp when running the rwsnoop
> dtrace script.
>
> So, for the interim we're looking to move where the stats files are
> written to.  I've made the changes to the file paths for pgstat.stat
> and pgstat.tmp in src/backend/postmaster/pgstat.c, recompiled and
> verified that everything seems to be working ok on our test machine.
> However, seeing as how I'm not all that familiar with the code base,
> I'm asking here:  is that all I need to do?  Is there anything I've
> missed?
>
> Erik Jones
>
> Software Developer | Emma?
> erik@myemma.com
> 800.595.4401 or 615.292.5888
> 615.292.0777 (fax)
>
> Emma helps organizations everywhere communicate & market in style.
> Visit us online at http://www.myemma.com
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://postgres.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

pgsql-general by date:

Previous
From: Bob Pawley
Date:
Subject: Re: Updating
Next
From: Bruce Momjian
Date:
Subject: Re: storage size of "bit" data type..