Re: Reducing memory usage of insert into select operations?
В списке pgsql-general по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: Reducing memory usage of insert into select operations? |
| Дата | |
| Msg-id | 29468.1216400436@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Re: Reducing memory usage of insert into select operations? ("Francisco Reyes" <lists@stringsutils.com>) |
| Ответы |
Re: Reducing memory usage of insert into select operations?
|
| Список | pgsql-general |
"Francisco Reyes" <lists@stringsutils.com> writes:
> Given that memory grows over time I am beggining to wonder if it is some
> type of memory leak.
Are there any AFTER triggers (including foreign key constraints) on the
table being inserted into? If so the list of pending trigger events
might be your problem.
If you can get Postgres to report an actual out-of-memory error (as
opposed to crashing from OOM kill) then it should dump a memory usage
map into the postmaster log. Looking at that would be informative.
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера