Re: Max number of rows in a table

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ow <oneway_111(at)yahoo(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Max number of rows in a table
Date: 2003-12-01 15:56:38
Message-ID: 22717.1070294198@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

ow <oneway_111(at)yahoo(dot)com> writes:
>> --- Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> Actually you can only have 4 billion SQL commands per xid, because the
>> CommandId datatype is also just 32 bits. I've never heard of anyone
>> running into that limit, though.

> Wouldn't the above put a limit on a number of records one could have
> in table?

No.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2003-12-01 16:02:37 Re: [GENERAL] Was: Triggers, Stored Procedures, PHP
Previous Message Mike Mascari 2003-12-01 15:46:01 Re: [HACKERS] initdb should create a warning message [was Re: [ADMIN]