[GENERAL] optimising the pl/pgsql function

Поиск
Список
Период
Сортировка
От VENKTESH GUTTEDAR
Тема [GENERAL] optimising the pl/pgsql function
Дата
Msg-id CA+iwz4mBhHLT1KgMeUViZ+6QVEmVxN99+c_a4SmN4edBrLGBDw@mail.gmail.com
обсуждение исходный текст
Ответы Re: [GENERAL] optimising the pl/pgsql function
Список pgsql-general
Hello,

    We are running a pretty big plsql function, we are fetching data from some tables based on certain conditions. And using that data in a for loop within the function.
the problem we are facing is when the no of records are more the function ction is taking too much time, is there a solution to this problem? Can we replace the for loop with something else?

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Code of Conduct
Следующее
От: marcelo
Дата:
Сообщение: Re: Select into table%ROWTYPE failed