postgresql database limit check

Started by 許耀彰over 10 years ago3 messagesbugs
Jump to latest
#1許耀彰
kpm906@gmail.com

Dear Support Team,
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 .
Thank you.
Best Regards, Anderson Hsu

#2John R Pierce
pierce@hogranch.com
In reply to: 許耀彰 (#1)
Re: postgresql database limit check

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

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

#3Haribabu Kommi
kommi.haribabu@gmail.com
In reply to: 許耀彰 (#1)
Re: postgresql database limit check

On Wed, Oct 14, 2015 at 2:01 PM, 許耀彰 <kpm906@gmail.com> wrote:

Dear Support Team,
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 following link can help you with the size limits.
http://www.postgresql.org/about/

Regards,
Hari Babu
Fujitsu Australia

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs