Re: Extra files in "base" dir not seen in relfilenodes - Mailing list pgsql-general

From Tom Lane
Subject Re: Extra files in "base" dir not seen in relfilenodes
Date
Msg-id 794.1516143838@sss.pgh.pa.us
Whole thread Raw
In response to Extra files in "base" dir not seen in relfilenodes  (Daniel Farina <daniel@fdr.io>)
Responses Re: Extra files in "base" dir not seen in relfilenodes  (Daniel Farina <daniel@fdr.io>)
List 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 by date:

Previous
From: Daniel Farina
Date:
Subject: Extra files in "base" dir not seen in relfilenodes
Next
From: Daniel Farina
Date:
Subject: Re: Extra files in "base" dir not seen in relfilenodes