Is odbc much slower than npgsql?

Поиск
Список
Период
Сортировка
От Peter Cai
Тема Is odbc much slower than npgsql?
Дата
Msg-id befee6d80711050824k6c8fcc27o2dbeeb2f8c41e8c@mail.gmail.com
обсуждение исходный текст
Список pgsql-odbc
Hi all,

Recently I found my C/S program becomes slow.  So I analysed the tcp
traffic between my program and the Postgresql database.  I found there
are occasionally tcp re-transmission and that's why my porgram slow
down.

But when I changed to npsql,  the tcp traffic was cut off to only 1/4
and there are much fewer re-transmission.  I am not sure it's the
problem of odbc or it's because that I am using odbc correctly.

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

Предыдущее
От:
Дата:
Сообщение: [ psqlodbc-Bugs-1010062 ] huge ODBC metadata traffic
Следующее
От: Richard Broersma Jr
Дата:
Сообщение: Either I broke PostgreSQL or I found an ODBC bug