Re: Performance issues

Поиск
Список
Период
Сортировка
От Josh Krupka
Тема Re: Performance issues
Дата
Msg-id CAB6McgX5_8AxJzBYo2Sp=NfRHg7tWe5x7MrxibBGbs1LfAV=4Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Performance issues  (Vivekanand Joshi <vjoshi@zetainteractive.com>)
Ответы Re: Performance issues
Список pgsql-performance
The other approaches of fixing the estimates, cost params, etc are the right way of fixing it.  *However* if you needed a quick fix for just this report and can't find a way of setting it in Jaspersoft for just the report (I don't think it will let you run multiple sql statements by default, maybe not at all) there are still a couple more options.  You can define a new datasource in jasper, point this report to that datasource, and have that new datasource configured to not use the nested loops.  You could do that either by making the new datasource use a different user than everything else, and disable nested loops for that user in postgres, or you could probably have the datasource initialization process disable nested loops.

В списке pgsql-performance по дате отправления:

Предыдущее
От: Roland Dunn
Дата:
Сообщение: Query RE: Optimising UUID Lookups
Следующее
От: Maxim Boguk
Дата:
Сообщение: Re: Query RE: Optimising UUID Lookups