Re: postgresql database limit check

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: postgresql database limit check
Date: 2015-10-14 04:25:47
Message-ID: 561DD94B.2020004@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 10/13/2015 8:01 PM, 許耀彰 wrote:
> Because we can install postgresql in ubuntu or centos server, we want
> to make sure the postgresql is there any limit for it, Such as
> database size and table size .

the only absolute limitation I know of relates to how many columns can
be stored in a single row, its around 1000, due to the 8K byte
blocksize... Note, normally anything more than 100 or so columns is
often an indication of poor schema design.

--
john r pierce, recycling bits in santa cruz

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Haribabu Kommi 2015-10-14 04:43:33 Re: postgresql database limit check
Previous Message Matthew Bellew 2015-10-14 04:08:16 Re: BUG #13614: Optimizer choosing