Re: 110,000,000 rows

From: Alex Thurlow <alex(at)blastro(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: 110,000,000 rows
Date: 2010-05-26 20:36:46
Message-ID: 4BFD865E.6040707@blastro.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vick Khera 2010-05-26 21:13:02 Re: 110,000,000 rows
Previous Message John Gage 2010-05-26 20:29:58 110,000,000 rows