Is odbc much slower than npgsql? - Mailing list pgsql-odbc

From Peter Cai
Subject Is odbc much slower than npgsql?
Date
Msg-id befee6d80711050824k6c8fcc27o2dbeeb2f8c41e8c@mail.gmail.com
Whole thread Raw
List 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 by date:

Previous
From:
Date:
Subject: [ psqlodbc-Bugs-1010062 ] huge ODBC metadata traffic
Next
From: Richard Broersma Jr
Date:
Subject: Either I broke PostgreSQL or I found an ODBC bug