Re: 110,000,000 rows - Mailing list pgsql-general

From Thom Brown
Subject Re: 110,000,000 rows
Date
Msg-id AANLkTim1QdO0mcWcy6vosbgfTVEKAYxETkK-fHcHA0gK@mail.gmail.com
Whole thread Raw
In response to 110,000,000 rows  (John Gage <jsmgage@numericable.fr>)
Responses Re: 110,000,000 rows  ("Dann Corbit" <DCorbit@connx.com>)
List pgsql-general
On 26 May 2010 21:29, John Gage <jsmgage@numericable.fr> wrote:
> Please forgive this intrusion, and please ignore it, but how many
> applications out there have 110,000,000 row tables?  I recently multiplied
> 85,000 by 1,400 and said now way Jose.
>
> Thanks,
>
> John Gage
>

There's no reason why it can't have that many rows.  There's no limit
on the number of rows for tables, only table sizes, which is limited
to 32TB.  If you ever have a table that big though, you probably need
to rethink your schema.

Thom

pgsql-general by date:

Previous
From: Vick Khera
Date:
Subject: Re: 110,000,000 rows
Next
From: "Dann Corbit"
Date:
Subject: Re: 110,000,000 rows