Re: performance tuning in large function / transaction

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: performance tuning in large function / transaction
Дата
Msg-id 20011214064148.J11758-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Re: performance tuning in large function / transaction  (MindTerm <mindterm@yahoo.com>)
Ответы Re: performance tuning in large function / transaction  (MindTerm <mindterm@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: Anil Kumar Narule
Дата:
Сообщение: Display of Japanese character
Следующее
От: darcy@druid.net (D'Arcy J.M. Cain)
Дата:
Сообщение: Re: cidr question