Re: max table size

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Alan Carbutt <arcarbut(at)adams(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: max table size
Date: 2004-03-02 17:38:28
Message-ID: 20040302173828.GC27448@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Mar 02, 2004 at 07:59:07 -0700,
Alan Carbutt <arcarbut(at)adams(dot)edu> wrote:
> Hi all,
>
> I'm running a data warehouse in Postgres and I was wondering what the
> max table size is column-wise and row-wise. I tried to search the lists
> and documentation on the http://www.postgresql.org and the search isn't
> working.

The limit on columns is between 250 and 1600 depending on data types in
recent versions of Postgres. I think that rows are only limited by the amount
of disc space available.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Floyd Shackelford 2004-03-02 17:53:56 Composite types in tables
Previous Message Bas Scheffers 2004-03-02 17:30:32 Re: Max/min of 2 values function, plpgsql efficency?