Re: Used Memory

Поиск
Список
Период
Сортировка
От Mark Kirkwood
Тема Re: Used Memory
Дата
Msg-id 435DA143.3050100@paradise.net.nz
обсуждение исходный текст
Ответ на Re: Used Memory  ("Christian Paul B. Cosinas" <cpc@cybees.com>)
Ответы Re: Used Memory  ("Christian Paul B. Cosinas" <cpc@cybees.com>)
Список pgsql-performance
Christian Paul B. Cosinas wrote:
> Hi To all those who replied. Thank You.
>
> I monitor my database server a while ago and found out that memory is used
> extensively when I am fetching records from the database. I use the command
> "fetch all" in my VB Code and put it in a recordset.Also in this command the
> CPU utilization is used extensively.
>
> Is there something wrong with my code or is it just the way postgresql is
> behaving which I cannot do something about it?
>
> I just monitor one workstation connecting to the database server and it is
> already eating up about 20 % of the CPU of database server.
>
> Which I think will not be applicable to our system since we have a target of
> 25 PC connecting to the database server most of the time.
>

Could you post the query and the output of EXPLAIN ANALYZE?

In addition, have you run ANALYZE on all the tables in that database ?
(sorry, have to ask :-) ....).

cheers

Mark

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

Предыдущее
От: Kishore B
Дата:
Сообщение: Need help in setting optimal configuration for a huge database.
Следующее
От: "Christian Paul B. Cosinas"
Дата:
Сообщение: Re: Used Memory