Re: PostgreSQL using 100% CPU

Поиск
Список
Период
Сортировка
От Emanuel Calvo Franco
Тема Re: PostgreSQL using 100% CPU
Дата
Msg-id f205bb120907160653p10857e5bsb6332ce61cb5114@mail.gmail.com
обсуждение исходный текст
Ответ на PostgreSQL using 100% CPU  (rasa <openok@gmail.com>)
Список pgsql-admin
>  I migrate from Win/MSSQL to FC/PostgreSQL. After month of work on fedora
> postgresql server, accounters can't calculate one form. I detect, that
> postgres process use a 100% of CPU.
>  How solve this problem? Thanks a lot.
>
> 2 CPU, 4 Gb RAM, 2x250 Gb (229 Gb free), autovacuum is on.
>

Try to get this data:

select * from pg_stat_activity; (shows you the backends running)
With this try to detect if a query is hang on the server.


Could be some problems in the I/O,too.


--
              Emanuel Calvo Franco
      www.emanuelcalvofranco.com.ar
          ArPug.com.ar / aosug.com.ar

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

Предыдущее
От: Andreas Wenk
Дата:
Сообщение: Re: Where 8.4.0 binaries-no-installer for win32
Следующее
От: "J. Carlos Muro"
Дата:
Сообщение: Tests with switch of WAL segment files.