Memory issue for inheritance tables.

Поиск
Список
Период
Сортировка
От Hari Babu
Тема Memory issue for inheritance tables.
Дата
Msg-id 004501cdd8ed$9e194f40$da4bedc0$@kommi@huawei.com
обсуждение исходный текст
Список pgsql-performance

 

One parent table, having 100 child tables.
In this scenario we observed that delete and update are taking more memory for preparing a plan

If the system under peak i am getting out of memory issue.

i.e
Select on parent table is using memory -  331456 in message context
Delete on parent table is using memory - 3746432 in message context

Delete on single child table is using memory - 8800 in message context
Select on single child table is using memory - 9328 in message context

For 250 child tables
        Select on parent table is using memory -   810864 in message context
        Delete on parent table is using memory - 21273088 in message context

I had seen the plans for both delete & select on parent table almost same.
why this much of memory increase in message context for delete and update operation.

Regards,
Hari babu.

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

Предыдущее
От: Pavan Deolasee
Дата:
Сообщение: Re: Limit & offset effect on query plans
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: Do I have a hardware or a software problem?