Re: [HACKERS] Fix for large file support (nonsegment mode support) - Mailing list pgsql-patches

From Tom Lane
Subject Re: [HACKERS] Fix for large file support (nonsegment mode support)
Date
Msg-id 19622.1205246939@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] Fix for large file support (nonsegment mode support)  ("Zeugswetter Andreas OSB SD" <Andreas.Zeugswetter@s-itsolutions.at>)
Responses Re: [HACKERS] Fix for large file support (nonsegment mode support)  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
List pgsql-patches
"Zeugswetter Andreas OSB SD" <Andreas.Zeugswetter@s-itsolutions.at> writes:
> Exactly, e.g. AIX is one of those. jfs (not the newer jfs2) has an
> option
> to enable large files, which is not the default and cannot be changed
> post crfs.
> And even if it is enabled, jfs has a 64 Gb filesize limit !
> Anybody know others that support large but not huge files ?

Yeah, HPUX 10 is similar --- 128GB hard maximum.  It does say you
can convert an existing filesystem to largefile support, but it has
to be unmounted.

These examples suggest that maybe what we want is not so much a "no
segments ever" mode as a segment size larger than 1GB.

            regards, tom lane

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Fix for large file support (nonsegment mode support)
Next
From: Zdenek Kotala
Date:
Subject: Re: [HACKERS] Fix for large file support (nonsegment mode support)