Re: Size limitation for a table under linux ........ - Mailing list pgsql-novice

From Poul L. Christiansen
Subject Re: Size limitation for a table under linux ........
Date
Msg-id 39ED775D.ADF95534@cs.auc.dk
Whole thread Raw
In response to Size limitation for a table under linux ........  (<pejac@altern.org>)
List pgsql-novice
Just go ahead and create it. PostgreSQL will split the tables into
multiple files, to avoid the 2GB limitation.

When you do a pg_dump and the file is bigger than 2GB you will also have
a problem. That problem is solved by pipening the output to "gzip" and
possibly "split", if the zipped file is bigger than 2GB.

Poul L. Christiansen

pejac@altern.org wrote:
>
> Hi,
>
> I want to know if we can create a table > 2 Go under
> linux because linux use ext2 ( and size file is limit to 2Go )
>
> Why postgresql don't use directly the device like other
> commercial DB ( sybase or oracle can permitt that ). Is it
> more performant ???
>
> So how can i create table with a size > 2Go under linux
> with postgresql.
>
> Thanks,
>
> PEJAC Pascal
>

pgsql-novice by date:

Previous
From:
Date:
Subject: Size limitation for a table under linux ........
Next
From: Gerhard Kroder
Date:
Subject: test,sorry