Re: Low throughput of binary inserts from windows to linux

Поиск
Список
Период
Сортировка
От Axel Waggershauser
Тема Re: Low throughput of binary inserts from windows to linux
Дата
Msg-id 5e66c6e90612110716h59243be7tfd5a441cfb2c0c47@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Low throughput of binary inserts from windows to linux  ("Thomas H." <me@alternize.com>)
Список pgsql-performance
On 12/11/06, Thomas H. <me@alternize.com> wrote:
> > I'm out of ideas here, maybe someone could try to reproduce this
> > behavior or could point me to the thread containing relevant
> > information (sorry, maybe I'm just too dumb :-/)
>
> please specify how you're transfering the data from windows -> linux. are
> you using odbc? if yes, what driver? are you using FDQN server names or a
> plain ip adress? etc etc.

You may take a look at my first mail (starting this thread), there you
find a my_lo.c attached, containing a the complete code. I use libpq.
The connection is established like this:

     conn = PQsetdbLogin(argv[1], "5432", NULL, NULL, argv[2],
argv[3], argv[4]);

I called the test program with the plain ip-address of the server machine.

Axel

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

Предыдущее
От: "Thomas H."
Дата:
Сообщение: Re: Low throughput of binary inserts from windows to linux
Следующее
От: "Rajesh Kumar Mallah"
Дата:
Сообщение: Re: Postgresql - Threshold value.