Re: abnormal data grow

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: abnormal data grow
Дата
Msg-id 1027.1095779114@sss.pgh.pa.us
обсуждение исходный текст
Ответ на abnormal data grow  (Reynard Hilman <reynardmh@lightsky.com>)
Список pgsql-general
Reynard Hilman <reynardmh@lightsky.com> writes:
> But in the filesystem data directory the total size is 12Gb. I noticed
> there are 10 files with 1Gb size each:
> 1.1G    25677563
> 1.1G    25677563.1
> ...

> I'm just wondering is there a way to know what that 25677563 file is?

select relname from pg_class where relfilenode = 25677563;

            regards, tom lane

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

Предыдущее
От: Reynard Hilman
Дата:
Сообщение: abnormal data grow
Следующее
От: Doug McNaught
Дата:
Сообщение: Re: abnormal data grow