Re: huge memory of Postgresql backend process
От | Tom Lane |
---|---|
Тема | Re: huge memory of Postgresql backend process |
Дата | |
Msg-id | 3950547.1662644877@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | huge memory of Postgresql backend process ("James Pang (chaolpan)" <chaolpan@cisco.com>) |
Ответы |
RE: huge memory of Postgresql backend process
Re: huge memory of Postgresql backend process |
Список | pgsql-bugs |
"James Pang (chaolpan)" <chaolpan@cisco.com> writes: > We just switch from Oracle to PGV13, all of these tables got partition (256 HASH partition) , when UPDATE/DELETE ...WHERE . The memory increase verify quickly until >130M. not too much data in these tables. When we switch to PGV14.5, test again, still see similar memory consumption issue. I see no particular reason to think this is a bug. If you have a lot of partitions, there is going to be a lot of metadata for them. Moreover, HASH partitioning is effectively incapable of being pruned, so that every query is going to touch every partition. (IMO, hash partitioning is basically never a good idea.) regards, tom lane
В списке pgsql-bugs по дате отправления: