Re: PostgreSQL Limits and lack of documentation about them. - Mailing list pgsql-hackers

From David Rowley
Subject Re: PostgreSQL Limits and lack of documentation about them.
Date
Msg-id CAKJS1f8-wvSz5O1vCT_XtbE6njoOnDbgdpSf3MAeL6t1GSCvvA@mail.gmail.com
Whole thread Raw
In response to Re: PostgreSQL Limits and lack of documentation about them.  (Haribabu Kommi <kommi.haribabu@gmail.com>)
Responses Re: PostgreSQL Limits and lack of documentation about them.  (John Naylor <jcnaylor@gmail.com>)
List pgsql-hackers
On 26 October 2018 at 11:40, Haribabu Kommi <kommi.haribabu@gmail.com> wrote:
> On Fri, Oct 26, 2018 at 9:30 AM David Rowley <david.rowley@2ndquadrant.com>
> wrote:
>>
>> For a long time, we documented our table size, max columns, max column
>> width limits, etc. in https://www.postgresql.org/about/ , but that
>> information seems to have now been removed. The last version I can
>> find with the information present is back in April this year. Here's a
>> link to what we had:
>>
>> https://web.archive.org/web/20180413232613/https://www.postgresql.org/about/
>>
>> I think it's a bit strange that we don't have this information fairly
>> early on in the official documentation.  I only see a mention of the
>> 1600 column limit in the create table docs. Nothing central and don't
>> see mention of 32 TB table size limit.
>>
>> I don't have a patch, but I propose we include this information in the
>> docs, perhaps on a new page in the preface part of the documents.
>
>
> I also try to find such limits of PostgreSQL, but I couldn't find it.
> +1 to add them to docs.

I've attached a very rough patch which adds a new appendix section
named "Database Limitations".  I've included what was mentioned in [1]
plus I've added a few other things that I thought should be mentioned.
I'm sure there will be many more ideas.

I'm not so sure about detailing limits of GUCs since the limits of
those are mentioned in pg_settings.

[1] https://web.archive.org/web/20180413232613/https://www.postgresql.org/about/

-- 
 David Rowley                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Michael Banck
Date:
Subject: Re: Online verification of checksums
Next
From: Sergei Kornilov
Date:
Subject: Re: Continue work on changes to recovery.conf API