Re: At what point does a big table start becoming too big?

From: Chris Travers <chris(dot)travers(at)gmail(dot)com>
To: Nick <nboutelier(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: At what point does a big table start becoming too big?
Date: 2012-08-23 09:13:33
Message-ID: CAKt_ZfvGPnP231AfLNjs7S-OYT3qyz1QEeRR-7jpmGgNYGhoRg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Aug 22, 2012 at 4:06 PM, Nick <nboutelier(at)gmail(dot)com> wrote:
> I have a table with 40 million rows and haven't had any performance issues yet.
>
> Are there any rules of thumb as to when a table starts getting too big?
>
> For example, maybe if the index size is 6x the amount of ram, if the table is 10% of total disk space, etc?
>
>
Performance on a big table is going to depend very heavily on the
sorts of queries executed against it. I don't think you can come up
with a rule of thumb of that sort.

Best Wishes,
Chris Travers

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jason Dusek 2012-08-23 11:37:09 Rules, Windows and ORDER BY
Previous Message Frank Lanitz 2012-08-23 08:54:16 Re: Result from Having count