Re: abnormal data grow

From: Reynard Hilman <reynardmh(at)lightsky(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: abnormal data grow
Date: 2004-09-21 15:47:01
Message-ID: 41504CF5.6020800@lightsky.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


>>Is that file still in used (because I can't find it in the pg_class
>>table)?
>>
>>
>Yes. Don't delete it manually.
>
>
Thanks for that advice :) I wasn't really going to delete it, just
tempted to.

following Tom's advice, this query:
select relname from pg_class where relfilenode = 25677563;
returns pg_toast_25677561 which is the record in pg_class that has the biggest relpages, so that makes sense.

I'll try running reindex tonight then, hopefully that does some clean up.

thanks for all the advice,
- reynard

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Greg Stark 2004-09-21 16:01:40 Re: using database for queuing operations?
Previous Message Alvaro Herrera 2004-09-21 15:20:33 Re: abnormal data grow