Re: Extra files in "base" dir not seen in relfilenodes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Extra files in "base" dir not seen in relfilenodes
Дата
Msg-id 794.1516143838@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Extra files in "base" dir not seen in relfilenodes  (Daniel Farina <daniel@fdr.io>)
Ответы Re: Extra files in "base" dir not seen in relfilenodes  (Daniel Farina <daniel@fdr.io>)
Список pgsql-general
Daniel Farina <daniel@fdr.io> writes:
> I am looking at a database with a wide (~500G) divergence between the total
> space expended by the database directory and the result of select
> sum(pg_relation_size(oid)) from pg_class;.

Odd.

> I located about 280G of apparent extra space by performing an anti-join
> between files on disk and files in the catalog via the pg_class.relfilenode
> field.

Umm ... are you accounting for catalogs that have zeroes in
pg_class.relfilenode?  It's generally better to rely on the
pg_relation_filenode(oid) function than the raw column contents.

            regards, tom lane


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

Предыдущее
От: Daniel Farina
Дата:
Сообщение: Extra files in "base" dir not seen in relfilenodes
Следующее
От: Daniel Farina
Дата:
Сообщение: Re: Extra files in "base" dir not seen in relfilenodes