Re: 110,000,000 rows

From: Thom Brown <thombrown(at)gmail(dot)com>
To: John Gage <jsmgage(at)numericable(dot)fr>
Cc: PostgreSQL - General <pgsql-general(at)postgresql(dot)org>
Subject: Re: 110,000,000 rows
Date: 2010-05-26 21:13:38
Message-ID: AANLkTim1QdO0mcWcy6vosbgfTVEKAYxETkK-fHcHA0gK@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 26 May 2010 21:29, John Gage <jsmgage(at)numericable(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dann Corbit 2010-05-26 21:41:48 Re: 110,000,000 rows
Previous Message Vick Khera 2010-05-26 21:13:02 Re: 110,000,000 rows