Re: PostgreSQL limitations question

From: Jaime Casanova <jaime(at)2ndquadrant(dot)com>
To: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Craig Ringer <ringerc(at)ringerc(dot)id(dot)au>, Bartosz Dmytrak <bdmytrak(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL limitations question
Date: 2012-07-26 21:27:51
Message-ID: CAJKUy5iMKThXLV3ZrfFKZvPFNbkhrvT0QU5oFysz4CjTEY5W5g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Jul 12, 2012 at 8:53 AM, Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com> wrote:
> On 07/12/2012 06:44 AM, Tom Lane wrote:
>>
>> Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com> writes:
>>>
>>> If a table has a maximum size and rows have size then at some point you
>>> will reach a limit on number of rows per table.
>>
>>
>> I think the "unlimited" should be read as "you'll hit some other limit
>> first". For example, I trust no one would read that line as implying
>> that we can store more data than will fit on the machine's disks.
>> In the same way, it's not meant to suggest that the number of rows isn't
>> effectively limited by the max table size.
>
>
> I would agree, but the OPs question was:
>
> "
> My question is:
> how is it possible to *reach* unlimited rows in table?
> "
>

and then you can have "partitioned" tables, while the system consider
them almost independent tables (they are dependent only in the sense
that if you read the parent it will read the childs too) but for the
user they will look as one single table.
so even say see limited by table size is not that true from certain
point of view

maybe: limited by other constraints (or some other words to say that)

--
Jaime Casanova www.2ndQuadrant.com
Professional PostgreSQL: Soporte 24x7 y capacitación

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Little, Douglas 2012-07-26 21:32:35 log select access
Previous Message Bartosz Dmytrak 2012-07-26 21:06:04 Re: PostgreSQL limitations question