Re: Runtime dependency from size of a bytea field - Mailing list pgsql-performance

From Robert Haas
Subject Re: Runtime dependency from size of a bytea field
Date
Msg-id AANLkTimSDmGHjnLVh5Zh7mixwg4e5uf6qgQrcboJ9cr9@mail.gmail.com
Whole thread Raw
In response to Re: Runtime dependency from size of a bytea field  ("Sander, Ingo (NSN - DE/Munich)" <ingo.sander@nsn.com>)
List pgsql-performance
On Fri, Oct 8, 2010 at 12:53 AM, Sander, Ingo (NSN - DE/Munich)
<ingo.sander@nsn.com> wrote:
> The difference to my test is that we use the ODBC interface in our C program. Could it be that the difference in the
runtimesis caused by the ODBC? 

I've heard tell that ODBC is substantially slower than a native libpq
connection, but I don't know that for a fact, not being an ODBC user.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

pgsql-performance by date:

Previous
From: Robert Haas
Date:
Subject: Re: How does PG know if data is in memory?
Next
From: Jon Nelson
Date:
Subject: Re: Slow count(*) again...