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

From Alex Thurlow
Subject Re: 110,000,000 rows
Date
Msg-id 4BFD865E.6040707@blastro.com
Whole thread Raw
In response to 110,000,000 rows  (John Gage <jsmgage@numericable.fr>)
List pgsql-general
I've had many times that before and things were very slow.  That's when
I partitioned it out.  Luckily that table was just for reporting and
could be slow.  Are you thinking you'll need that many rows and you just
don't know how to handle it?  I would recommend partitioning if at all
possible.
http://www.postgresql.org/docs/current/static/ddl-partitioning.html

     -Alex

On 5/26/2010 3:29 PM, John Gage 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
>

pgsql-general by date:

Previous
From: John Gage
Date:
Subject: 110,000,000 rows
Next
From: Vick Khera
Date:
Subject: Re: 110,000,000 rows