Re: Improve ODBC Throughput ?

Поиск
Список
Период
Сортировка
От Obe, Regina
Тема Re: Improve ODBC Throughput ?
Дата
Msg-id 53F9CF533E1AA14EA1F8C5C08ABC08D20107009A@ZDND.DND.boston.cob
обсуждение исходный текст
Ответ на Improve ODBC Throughput ?  (Arnaud Lesauvage <thewild@freesurf.fr>)
Ответы Re: Improve ODBC Throughput ?  (Arnaud Lesauvage <thewild@freesurf.fr>)
Список pgsql-odbc
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?

-----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:55 AM
To: pgsql-odbc@postgresql.org
Subject: [ODBC] Improve ODBC Throughput ?

Hi list !

I mostly use my PostgreSQL as a backend DB with Access2000 frontends.
The tables are linked via psqlODBC.
The problem I have is that even though queries / views run very fast,
the data take a long time to arrive to the client.
In the best situations, data is sent/received at ~500kB per second (for
instance, tables with only one column, which is a very large text field
>10.000 bytes per field).
In bad situations, I am at ~50kB per second.
If the queries / views return large resultsets, it can seconds for the
table to open., even though the query ran in milliseconds on the server
(explain analyze proves this).

What can I do to improve this throughput ? Either on the server side, or
on the ODBC client side ?

As a side note : network congestion, server acitvity is not a good
explanation. This server also is a file server, and I transfer files at
10MB per second all the time.

Thanks for your advices !
--
Arnaud

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

-----------------------------------------
The substance of this message, including any attachments, may be
confidential, legally
privileged and/or exempt from disclosure pursuant to Massachusetts
law. It is intended
solely for the addressee. If you received this in error, please
contact the sender and
delete the material from any computer.


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

Предыдущее
От: rhair@bowmansystems.com
Дата:
Сообщение: Re: Username and password from DSN being overwritten (fix
Следующее
От: Arnaud Lesauvage
Дата:
Сообщение: Re: Improve ODBC Throughput ?