ODBC driver over network very slow

Поиск
Список
Период
Сортировка
От Milan Sekanina
Тема ODBC driver over network very slow
Дата
Msg-id 42C3C967.8060605@sde.cz
обсуждение исходный текст
Ответы Re: ODBC driver over network very slow  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
We are running an application that uses psqlodbc driver on Windows XP to
connect to a server and for some reason the download of data from the
server is very slow. We have created a very simple test application that
inserts a larger amount of data into the database and uses a simple
"SELECT * from test" to download it back. The INSERT of 10MB takes about
4 seconds, while the SELECT takes almost 5 minutes (with basically
nothing else running on both the network and the two computers). If we
run the PostgreSQL server on the local machine so that the network is
not used, both actions are very fast.

Do you have any idea what could be the cause of this behavior? Are there
any driver settings/other drivers we should use? We are currently using
psqlodbc version 7.03.02.00, but it seems that other versions we tried
show the same behavior. We have tweaked the various driver settings but
the times remain basically unchanged.

Any ideas or hints are warmly welcome.

regards
Milan

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

Предыдущее
От: Martin Lesser
Дата:
Сообщение: Vacuum becomes slow
Следующее
От: "philippe ventrillon"
Дата:
Сообщение: Re: slow simple update?