Re: V3 protocol is slower than V2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: V3 protocol is slower than V2
Дата
Msg-id 3942.1192509937@sss.pgh.pa.us
обсуждение исходный текст
Ответ на V3 protocol is slower than V2  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Ответы Re: V3 protocol is slower than V2  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Список pgsql-hackers
ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> writes:
>   [V2]  PQsendQuery (V2; original)
>   [V3]  PQsendQueryParams (V3)
>   [V3P] PQsendQueryPrepared (V3 with prepared statements)

> V3 was 12% slower than V2, and V3P was 40% faster than V2.

Those aren't really comparable, because the functionality is different.
Did you check plain PQSendQuery on both V2 and V3?
        regards, tom lane


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

Предыдущее
От: "Brendan Jurd"
Дата:
Сообщение: plpgsql: Plan type mismatch error
Следующее
От: Tom Lane
Дата:
Сообщение: Re: plpgsql: Plan type mismatch error