| От | Tom Lane |
|---|---|
| Тема | Re: High Context-Switches on Linux 8.1.4 Server |
| Дата | |
| Msg-id | 19629.1154955137@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | High Context-Switches on Linux 8.1.4 Server ("Donald C. Sumbry ][" <sumbry@revver.com>) |
| Ответы |
Re: High Context-Switches on Linux 8.1.4 Server
|
| Список | pgsql-performance |
> We're seeing an average of 30,000 context-switches a sec. This problem
> was much worse w/8.0 and got bearable with 8.1 but slowly resurfaced.
Is this from LWLock or spinlock contention? strace'ing a few backends
could tell the difference: look to see how many select(0,...) you see
compared to semop()s. Also, how many of these compared to real work
(such as read/write calls)?
Do you have any long-running transactions, and if so does shutting
them down help? There's been some discussion about thrashing of the
pg_subtrans buffers being a problem, and that's mainly a function of
the age of the oldest open transaction.
regards, tom lane
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера