Re: Disk filling, CPU filling, renegade inserts and deletes?
В списке pgsql-performance по дате отправления:
| От | Richard Plotkin |
|---|---|
| Тема | Re: Disk filling, CPU filling, renegade inserts and deletes? |
| Дата | |
| Msg-id | 73a30faf07358bdb7935f97f50dd1189@richardplotkin.com обсуждение исходный текст |
| Ответ на | Re: Disk filling, CPU filling, renegade inserts and (Rod Taylor <pg@rbt.ca>) |
| Список | pgsql-performance |
As a follow-up, I've found a function that used the following code: CREATE TEMPORARY TABLE results (nOrder integer, page_id integer, name text) WITHOUT OIDS ON COMMIT DROP; I would assume that the "WITHOUT OIDS" would be part of the source of the problem, so I've commented it out. On Apr 20, 2005, at 12:36 PM, Rod Taylor wrote: >> I'm having a pretty serious problem with postgresql's performance. >> Currently, I have a cron task that is set to restart and vacuumdb -faz >> every six hours. If that doesn't happen, the disk goes from 10% full >> to 95% full within 2 days (and it's a 90GB disk...with the database >> being a 2MB download after dump), and the CPU goes from running at >> around a 2% load to a 99+% load right away (the stats look like a >> square wave). > > Are you running frequent queries which use temporary tables? > > > -- >
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера