Re: performance tuning in large function / transaction - Mailing list pgsql-sql

From Stephan Szabo
Subject Re: performance tuning in large function / transaction
Date
Msg-id 20011214064148.J11758-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Re: performance tuning in large function / transaction  (MindTerm <mindterm@yahoo.com>)
Responses Re: performance tuning in large function / transaction
List pgsql-sql
On Fri, 14 Dec 2001, MindTerm wrote:

> Hi all,
>
>   table :
>   application : 220 rows ;
>   usermenu    : 6055 rows ;

Well, I'd need the other tables involved in the function
too, but to start with, try rewriting the queries in the
function to use EXISTS rather than IN (see the faq), or
bring them into a normal join with the other tables where
possible.



pgsql-sql by date:

Previous
From: Anil Kumar Narule
Date:
Subject: Display of Japanese character
Next
From: darcy@druid.net (D'Arcy J.M. Cain)
Date:
Subject: Re: cidr question