Re: Speed issues

Поиск
Список
Период
Сортировка
От Gary Doades
Тема Re: Speed issues
Дата
Msg-id 40C614EA.3195.2F0ADB15@localhost
обсуждение исходный текст
Ответ на Speed issues  (Dru <andru@treshna.com>)
Ответы Re: Speed issues  (Bob Henkel <roberthenkel@spymac.com>)
Список pgsql-hackers-win32
On 8 Jun 2004 at 18:21, Dru wrote:

> Hello. I have noticed a serious degrade in performance of postgresql
> server under windows if you use the computer at the same time.
> Performance is fine if the server is stand alone, but if i run client
> software on the same computer performance seems to drop significantly.
>

How do you define "significantly"?

There is bound to be some performance drop. You are stealing CPU cycles
from the postgres processes and competing for disk IO.

Can you use Task Manager to determine the amount of CPU and disk IO
being used for the postgres processes and your client program(s)?

Does you client process do a lot of disk IO or use a lot of memory that
would cause paging activity? This may also mean that postgres (Windows)
cannot cache as much of the database in memory.

Also accessing the postgres backend from a client on the same PC will
cause a lot more context switching between the processes.

If you can post answers to some of the above questions then you may be
getting somewhere to answering your question.

Regards,
Gary.

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

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: [HACKERS] Failures with windows port
Следующее
От: "vic benitez"
Дата:
Сообщение: Windows Mobile