Re: Linux Filesystem for PG - Mailing list pgsql-general

From Michael Fuhr
Subject Re: Linux Filesystem for PG
Date
Msg-id 20050328064617.GA66681@winnie.fuhr.org
Whole thread Raw
In response to Linux Filesystem for PG  ("Joseph M. Day" <jday@gisolutions.us>)
List pgsql-general
On Mon, Mar 28, 2005 at 12:29:13AM -0600, Joseph M. Day wrote:

> Can anyone recemmend a filesystem to use for Postgres. I currently have
> one table that has 80 mil rows, and will take roughly 8GB of space
> without indexing. Obviously EXT3 will die for a file size this large.

From the "Database Physical Storage" chapter in the 8.0 documentation:

  When a table or index exceeds 1Gb, it is divided into gigabyte-sized
  segments.  The first segment's file name is the same as the
  filenode; subsequent segments are named filenode.1, filenode.2,
  etc.  This arrangement avoids problems on platforms that have
  file size limitations.

http://www.postgresql.org/docs/8.0/interactive/storage.html

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-general by date:

Previous
From: "Joseph M. Day"
Date:
Subject: Linux Filesystem for PG
Next
From: Michael Fuhr
Date:
Subject: Re: Linux Filesystem for PG