Re: Improve ODBC Throughput ? - Mailing list pgsql-odbc

From Benjamin Krajmalnik
Subject Re: Improve ODBC Throughput ?
Date
Msg-id F4E6A2751A2823418A21D4A160B689883164@fletch.stackdump.local
Whole thread Raw
In response to Improve ODBC Throughput ?  (Arnaud Lesauvage <thewild@freesurf.fr>)
Responses Re: Improve ODBC Throughput ?  (Arnaud Lesauvage <thewild@freesurf.fr>)
List pgsql-odbc
Remember that any data access component is riding on the underlying physical layer.
You need to make sure that your network infrastructure can pump that much data through it.
Are you network cards running in full duples or half duplex?
What sort of switching infrastructure do you have?
The vast majority of switches have a blocking architecture.  In a heavy environment this will cause oversubscription
whichwill result in congestion.  If you are using a managed switch, your network admins will hopefully know how to
troubleshootand tell you if that is the case (they will see resends, etc.). 

Just another area to look at.

> -----Original Message-----
> From: pgsql-odbc-owner@postgresql.org
> [mailto:pgsql-odbc-owner@postgresql.org] On Behalf Of Arnaud Lesauvage
> Sent: Thursday, October 19, 2006 8:24 AM
> To: Obe, Regina
> Cc: pgsql-odbc@postgresql.org
> Subject: Re: [ODBC] Improve ODBC Throughput ?
>
> Obe, Regina a écrit :
> > What kinds of indexes do you have on your tables?  I think the way
> > Access works to limit transfer it first pulls the indexes
> and probably
> > the primary one first to determine how to fetch and how
> many to fetch.
> > I suspect if you have no indexes performance would be really bad.
> >
> > Also which version of psqlODBC driver are you using?
>
> I have integer primary keys on most tables, if not all of them.
> Even my views have an integer primary key (at least,
> something that can be used as an integer pkey in Access).
>
> My version of psqlODBC is 8.1.2.0.
>
> I forgot to mention something important : I obtain the best
> performances (500kB / sec, cf my first post) when I am NOT in access.
> In a VBA module (Autocad, not Access), I open an ADO
> connection to PostgreSQL and directly query the server (no
> linked table involved here). But still, this is "only"
> 500kB/sec...
>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
>        subscribe-nomail command to majordomo@postgresql.org
> so that your
>        message can get through to the mailing list cleanly
>

pgsql-odbc by date:

Previous
From: "Jonathan Blitz"
Date:
Subject: Problem with error messages in VC++ 2005
Next
From: Arnaud Lesauvage
Date:
Subject: Re: Improve ODBC Throughput ?