Re: Large Database Performance suggestions - Mailing list pgsql-performance

From Tom Lane
Subject Re: Large Database Performance suggestions
Date
Msg-id 2568.1098416220@sss.pgh.pa.us
Whole thread Raw
In response to Large Database Performance suggestions  (Joshua Marsh <icub3d@gmail.com>)
List pgsql-performance
Joshua Marsh <icub3d@gmail.com> writes:
> ... We did some original testing and with a server with 8GB or RAM and
> found we can do operations on data file up to 50 million fairly well,
> but performance drop dramatically after that.

What you have to ask is *why* does it drop dramatically?  There aren't
any inherent limits in Postgres that are going to kick in at that level.
I'm suspicious that you could improve the situation by adjusting
sort_mem and/or other configuration parameters; but there's not enough
info here to make specific recommendations.  I would suggest posting
EXPLAIN ANALYZE results for your most important queries both in the size
range where you are getting good results, and the range where you are not.
Then we'd have something to chew on.

            regards, tom lane

pgsql-performance by date:

Previous
From: Gavin Sherry
Date:
Subject: Re: Large Database Performance suggestions
Next
From: Tom Lane
Date:
Subject: Re: mmap (was First set of OSDL Shared Mem scalability results, some wierdness ...