Re: PostgreSQL Process memory architecture

Поиск
Список
Период
Сортировка
От Atri Sharma
Тема Re: PostgreSQL Process memory architecture
Дата
Msg-id CAOeZVicpCcgZ33HRrxQv71yQgEfCamZyjgs99G8SQYC8cE7Big@mail.gmail.com
обсуждение исходный текст
Ответ на PostgreSQL Process memory architecture  ("Ben Zeev, Lior" <lior.ben-zeev@hp.com>)
Ответы Re: PostgreSQL Process memory architecture
Re: PostgreSQL Process memory architecture
Список pgsql-hackers
On Mon, May 27, 2013 at 3:41 PM, Ben Zeev, Lior <lior.ben-zeev@hp.com> wrote:
> Hi Atri,
>
> Thanks for your answer!
> Do you have idea what may be the reason that PostgreSQL process consume more memory when there are more partial
indexeson the DB table?
 


Well, I am not too sure, but indexes always take up more space, so if
your backend has a lot of indexes, it will cause the process to
consume more memory.

Indexes should be used with care, as too many indexes can cause a
memory overhead,which can cause performance degradations.

Regards,

Atri

--
Regards,

Atri
l'apprenant



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Planning incompatibilities for Postgres 10.0
Следующее
От: "Ben Zeev, Lior"
Дата:
Сообщение: Re: PostgreSQL Process memory architecture