Re: pg_class.relfilenode for large tables

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Luca Ferrari <fluca1978(at)infinito(dot)it>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_class.relfilenode for large tables
Date: 2007-08-20 08:11:54
Message-ID: 20070820081154.GA20465@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Aug 20, 2007 at 08:57:14AM +0200, Luca Ferrari wrote:
> Hi all,
> when a table becomes large a new file on disk is created. Such file has the
> name compound by the pg_class.relfilenode attribute and an incremental index.
> However it seems to me this does not appears in the pg_class table. Is there
> any place where this extra file appears?

No, it is a mechanism to deal with filesize limits of various OSes.
Files are cut so that each file is no more than one gigabyte. If the
table shrinks it will go away again. There's no reason to list it in
the database as it isn't an independant object.

Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message luca.ciciriello 2007-08-20 08:37:15 Installation problems
Previous Message Albe Laurenz 2007-08-20 07:23:05 Re: Help with this query (some join stuff I think)