PQexecParams performance

Поиск
Список
Период
Сортировка
От Harry Rossignol
Тема PQexecParams performance
Дата
Msg-id 001901c5ff48$c5862c00$a6dbfea9@harryvi
обсуждение исходный текст
Ответы Re: PQexecParams performance  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
My experience using PQexecParams is that it has a performance
degradation of a factor of 100's if not thousands.
I have reworked my queries to DECLARE a binary cursor for the return
results and using a fixed text statement for the PQexec select.
It doesn't help on Inserts and Updates but it sure helps on straight
select statement queries.

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #2108: Function with OUT parameters not recognized, using plpgsql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PQexecParams performance