Re: Windows performance again

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Windows performance again
Дата
Msg-id 43A92758.6060709@archonet.com
обсуждение исходный текст
Ответ на Windows performance again  (Josep Maria Pinyol Fontseca <jmpinyol@endepro.com>)
Ответы Re: Windows performance again  (Greg Stark <gsstark@mit.edu>)
Re: Windows performance again  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
Josep Maria Pinyol Fontseca wrote:
>
> Linux box with psql version 7.2.1 versus Windows XP server:
>
> select * from <table>; -> 7 seconds aprox. to obtain a results.
> Network utilization: 100%
>
> Windows XP client box with psql version 8.1.1 versus Windows XP server:
>
> select * from <table>; -> 60 seconds aprox. to obtain a results!!!!!!!!!!!!
> Network utilization: 3%
>
> Windows XP server box with psql version 8.1.1 versus Windows XP server:
>
> select * from <table>; -> <1 seconds aprox. to obtain a results.
> Network utilization: 0%

It's *got* to be the network configuration on the client machine. I'd be
tempted to install ethereal on the linux box and watch for the
difference between the two networked sessions.

I'm guessing it might be something to do with TCP/IP window/buffer sizes
and delays on ACKs - this certainly used to be an issue on older MS
systems, but I must admit I thought they'd fixed it for XP.

If not that, could some firewall/security system be slowing network traffic?

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Josep Maria Pinyol Fontseca
Дата:
Сообщение: Windows performance again
Следующее
От: Alex Stapleton
Дата:
Сообщение: Re: SAN/NAS options