Re: Maximum size of one table

From: jdassen(at)cistron(dot)nl (J(dot)H(dot)M(dot) Dassen (Ray))
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Maximum size of one table
Date: 2001-03-14 15:26:35
Message-ID: slrn9av3a6.d5e.jdassen@odin.cistron-office.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jonas Lindholm <jonas(dot)lindholm(at)omgroup(dot)com> wrote:
>I'm running PG 7.0.3 on Linux where the maximum file size is 2GB

That's somewhat misleading. It's more accurate to state that GNU/Linux on
32bit architectures, for some combinations of kernel and C library, has a
maximum file size of 2GB.

Your options to have >2Gb files on GNU/Linux therefore include
- switching to a 64bit platform, say Alpha, Itanic or PowerPC64 or
- switching to a recent (>= 2.1) version of the GNU C library and a recent
(e.g. 2.4.x) kernel.

HTH,
Ray
--
These days we're all supposed to believe that everyone's opinion is equally
valid, but sometimes you just have to stand up and say "Your opinion is
wrong, and here is why, in overwhelming detail."
http://www.kuro5hin.org/?op=displaystory;sid=2000/10/1/21448/7653

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message pejac 2001-03-14 15:37:56 re : Please Help
Previous Message Tom Lane 2001-03-14 15:14:41 Re: Scalability