Re: [PERFORM] DELETE taking too much memory

Поиск
Список
Период
Сортировка
От Vincent de Phily
Тема Re: [PERFORM] DELETE taking too much memory
Дата
Msg-id 2882675.kL2jiuFQz7@moltowork
обсуждение исходный текст
Ответ на DELETE taking too much memory  (vincent dephily <vincent.dephily@mobile-devices.fr>)
Список pgsql-general
On Friday 08 July 2011 10:31:33 French, Martin wrote:
> If the query planner thinks it has the default amount of memory (128MB)
> and the stats are out of date, then it will by no means be able to plan
> proper execution.
>
> I would recommend setting the effective_cache_size to an appropriate
> value, running "analyze" on both tables with an appropriate stats
> target, and then explaining the query again to see if it's more
> accurate.

Yes, I'll schedule those two to run during the night and repost an explain,
for information. However, we worked around the initial problem by running the
delete in smaller batches.

Thanks.
--
Vincent de Phily


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

Предыдущее
От: Vincent de Phily
Дата:
Сообщение: Re: DELETE taking too much memory
Следующее
От: David Hartveld
Дата:
Сообщение: Re: Streaming replication on 9.1-beta2 after pg_restore is very slow