Re: Hash Anti Join performance degradation

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "panam" <panam@gmx.net>,<pgsql-performance@postgresql.org>
Date: 2011-05-25T17:40:56Z
Lists: pgsql-hackers, pgsql-performance
panam <panam@gmx.net> wrote:
 
> Is there a way to determine the values actually used?
 
The pg_settings view.  Try the query shown here:
 
http://wiki.postgresql.org/wiki/Server_Configuration
 
-Kevin