Re: Query sometimes takes down server - Mailing list pgsql-general

From marcin mank
Subject Re: Query sometimes takes down server
Date
Msg-id b1b9fac60901151818t43cd690cob79198b12b8649f@mail.gmail.com
Whole thread Raw
In response to Query sometimes takes down server  (Jason Long <mailing.list@supernovasoftware.com>)
List pgsql-general
> I have a dynamically built query that will periodically(2 times a day and becoming more frequent) make my server
totallyunresponsive. 

does this query involve more than geqo_threshold (default 12) tables?
If so, this most probably is geqo (genetic query optimizer) kicking
in. Try to fiddle with some geqo parameters (raising geqo_effort is
the first choice).

Greetings
Marcin

pgsql-general by date:

Previous
From: Ivan Sergio Borgonovo
Date:
Subject: HTML email (was: Re: Vacuum and Reindex hangs)
Next
From: Dhaval Shah
Date:
Subject: Question regarding Postgres + OpenSSL + FIPs