Re: abnormal data grow

Поиск
Список
Период
Сортировка
От Reynard Hilman
Тема Re: abnormal data grow
Дата
Msg-id 41504CF5.6020800@lightsky.com
обсуждение исходный текст
Ответ на Re: abnormal data grow  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Ответы gist index woes
Re: abnormal data grow
Список 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



В списке pgsql-general по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: abnormal data grow
Следующее
От: Greg Stark
Дата:
Сообщение: Re: using database for queuing operations?