Re: SQL Function Performance - Mailing list pgsql-performance

From andrew@pillette.com
Subject Re: SQL Function Performance
Date
Msg-id 200602130105.k1D15R726930@pillette.com
Whole thread Raw
In response to SQL Function Performance  ("Adnan DURSUN" <a_dursun@hotmail.com>)
List pgsql-performance
If you have only recently analyzed the tables in the query, close your psql session (if that's what you were using) and
thenrestart it. I've gotten burned by asking a query using the function, which I believe is when PG creates the plan
forthe function, and then making significant changes to the tables behind it (new index, bulk insert, etc.). By
startinga new session, the function will be re-planned according to up to date statistics or using newly created
indices.

pgsql-performance by date:

Previous
From: "Adnan DURSUN"
Date:
Subject: SQL Function Performance
Next
From: Markus Schaber
Date:
Subject: Re: 10+hrs vs 15min because of just one index