Re: Caching (was Re: choosing the right platform) - Mailing list pgsql-performance

From Ron Mayer
Subject Re: Caching (was Re: choosing the right platform)
Date
Msg-id POEDIPIPKGJJLDNIEMBECEBDCJAA.ron@intervideo.com
Whole thread Raw
In response to Re: Caching (was Re: choosing the right platform)  (Josh Berkus <josh@agliodbs.com>)
List pgsql-performance
Josh wrote:
>Ron,
>> Below is an example of another real-world query from the same
>> reporting system that benefits from a sort_mem over 32M.
>> Explain analyze (below) shows a 40% improvement by having
>> the sort fit in memory.
>
>Cool!  That's a perfect example of sizing sort_mem for the query.   Mind if I
>steal it for an article at some point?

Gladly!


BTW... if you're writing a tuning article, the most interesting one
I've seen is:
  http://otn.oracle.com/oramag/webcolumns/2002/techarticles/scalzo_linux01.html
I like how they broke down the process in many steps and measured after each.
I'm was intrigued by how much Linux's VM tweaking (vm.bdflush) affected
performance mattered as much at the more-commontly tweaked "noatime".

   Ron


pgsql-performance by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Caching (was Re: choosing the right platform)
Next
From: shane hill
Date:
Subject: update query blows out