Re: table size limit under Linux - Mailing list pgsql-admin

From Peter Eisentraut
Subject Re: table size limit under Linux
Date
Msg-id Pine.GSO.4.02A.10005311329150.698-100000@Gepard.DoCS.UU.SE
Whole thread Raw
In response to table size limit under Linux  (HENAFF Mari-mai FTRD/DMI/LAN <marimai.henaff@rd.francetelecom.fr>)
List pgsql-admin
On Wed, 31 May 2000, HENAFF Mari-mai FTRD/DMI/LAN wrote:

> I read that postgres table size is unlimited.
> But, a postgres table is stored into a file, and the size of a file is
> limited to approximately 2 Giga Bytes under Linux.

The table will be split into two (or more) files at gigabyte boundaries.

> I tried to test this by inserting hundreds of thousands of rows into a
> table : my insert queries failed when the file containing the table
> reached approximately 2 Giga Bytes (under Linux).

Because the segment size is 1 gigabyte, this can't really be related.
Giving more details on "failure" might help though.


--
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden


pgsql-admin by date:

Previous
From: "Conti Alessandro (R_EDP)"
Date:
Subject: Postgresql 7.0.3 and php. Problem to install ?
Next
From: Peter Eisentraut
Date:
Subject: Re: pgaccess use wrong password