Re: Large files on linux

From: Hans-Jürgen Schönig <hs(at)cybertec(dot)at>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Large files on linux
Date: 2000-12-11 21:56:02
Message-ID: 3A354D72.CDB7FE30@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Alfred Perlstein schrieb:

> * Fernan Aguero <fernan(at)iib(dot)unsam(dot)edu(dot)ar> [001211 12:45] wrote:
> > Dear all:
> >
> > I am having trouble with large files on a Linux box (RH 6.2). I know there
> > is a limit of 2 GB on the file size, but do not know if this is kernel
> > related, filesystem related or both.
>
> Afaik it's both.
>
> Honestly Postgresql should be able to deal with this limitation by
> using more than one file per table.
>
> But if you really want to support large files on a free UNIX,
> I'd try FreeBSD.
>
> best of luck,
> --
> -Alfred Perlstein - [bright(at)wintelcom(dot)net|alfred(at)freebsd(dot)org]
> "I have the heart of a child; I keep it in a jar on my desk."

Kernel >= 2.4 can manage large files. As far as I have tried this it works
perfectly well.

Hans

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Soma Interesting 2000-12-11 21:58:00 help with referential integrity
Previous Message Alfred Perlstein 2000-12-11 21:44:48 Re: Large files on linux