Re: Database taking up space rapidly

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Anjan Dave" <adave(at)vantage(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Database taking up space rapidly
Date: 2003-12-26 23:29:06
Message-ID: 8143.1072481346@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Anjan Dave" <adave(at)vantage(dot)com> writes:
> Here's where I find the bulk of the large files:
> -rw------- 1 postgres postgres 1073741824 Dec 23 18:57 17610
> -rw------- 1 postgres postgres 1073741824 Dec 23 22:41 17610.1
> [ etc ]

So, which table or index has relfilenode 17610 (look in pg_class)?
What sorts of operations are you doing on it?

> Not sure what's going on here...also vacuum analyzed the db a few
> minutes ago.

The question is more like how often do you run vacuum. You probably
need more frequent routine vacuumings, larger FSM settings, or a
combination.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2003-12-26 23:37:40 Re: Anti log in PostgreSQL
Previous Message Sai Hertz And Control Systems 2003-12-26 23:25:11 Re: Anti log in PostgreSQL