| От | Tom Lane |
|---|---|
| Тема | Re: Idle processes chewing up CPU? |
| Дата | |
| Msg-id | 5359.1248804808@sss.pgh.pa.us обсуждение |
| Ответ на | Idle processes chewing up CPU? ("Brendan Hill" <brendanh@jims.net>) |
| Ответы |
Re: Idle processes chewing up CPU?
|
| Список | pgsql-general |
"Brendan Hill" <brendanh@jims.net> writes:
> Using the Process Explorer tool, I've noticed that a child postgres.exe is
> chewing up 25% of the CPU usage each (we have two dual-core CPUs, presumably
> it's chewing up one core). Using SELECT * FROM pg_stat_activity, I located
> the process id (#3884), and it showed:
> <IDLE>
Hmph. When a new command is received, there's some amount of parsing
overhead that happens before it changes the status display to not-IDLE,
but it shouldn't be minutes' worth. Can you get a stack trace next time
that happens?
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера