Re: TCP_NO_DELAY & TcpAckFrequency (Re: Slow query through ODBC) - Mailing list pgsql-odbc

From Philippe Lang
Subject Re: TCP_NO_DELAY & TcpAckFrequency (Re: Slow query through ODBC)
Date
Msg-id 6C0CF58A187DA5479245E0830AF84F421D0FD4@poweredge.attiksystem.ch
Whole thread Raw
In response to TCP_NO_DELAY & TcpAckFrequency (Re: Slow query through ODBC)  (Arnaud Lesauvage <thewild@freesurf.fr>)
Responses Re: TCP_NO_DELAY & TcpAckFrequency (Re: Slow query through  (Arnaud Lesauvage <thewild@freesurf.fr>)
List pgsql-odbc
pgsql-odbc-owner@postgresql.org wrote:
> Hi list
>
> This is a follow-up to
> http://archives.postgresql.org/pgsql-odbc/2006-02/msg00067.php
>
> Let me sum up the problem :
> I run a query in pgadmin into a file (to be sure that all
> data is transfered). It runs very fast (in about 10sec), and
> data is transfered from the server at a very fast rate (~1MB per
> second). I run the same query via psqlodbc in a VBA application. It
> takes ages to run and data is transfered at a very slow pace (~80kB
> per second).

Arnaud,

What client exactly do you use for querying the server in VBA? Are you maybe using MS Access? If yes, what version of
Accessare you using? 2003? And are you using an Access 2000 compatible MDB maybe? 

Otherwise, what client data access package are you using from VBA? DAO? ADO?

---------------
Philippe Lang
Attik System


Attachment

pgsql-odbc by date:

Previous
From: "Philippe Lang"
Date:
Subject: Re: TCP_NO_DELAY & TcpAckFrequency (Re: Slow query through ODBC)
Next
From: Arnaud Lesauvage
Date:
Subject: Re: TCP_NO_DELAY & TcpAckFrequency (Re: Slow query through