Re: Shared memory estimation for postgres

Поиск
Список
Период
Сортировка
От leoaaryan
Тема Re: Shared memory estimation for postgres
Дата
Msg-id 1478840375508-5929891.post@n3.nabble.com
обсуждение исходный текст
Ответ на Re: Shared memory estimation for postgres  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: Shared memory estimation for postgres
Список pgsql-hackers
Hi Michael,

Thanks for all the help and time. I have already developed a code where I
can exactly calculate the to be allocated shared memory value based on the
Postgres 9.5.4 code (i went through the code, found out the sizes and offset
of all the structures used in the memory calculation process and then use
the values from postgres.conf file to calculate the required value).

But the problem is if there is any change in the structures or anything is
newly added in the next major version, I need to look at the code again and
see what changed and then modify the hardcoded values of the structure size.
I'm trying to avoid that.

-leoaaryan



--
View this message in context:
http://postgresql.nabble.com/Shared-memory-estimation-for-postgres-tp5929868p5929891.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.



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

Предыдущее
От: Haribabu Kommi
Дата:
Сообщение: Re: Re: [BUGS] BUG #14350: VIEW with INSTEAD OF INSERT TRIGGER and COPY. Missing feature or working as designed.
Следующее
От: Ashutosh Sharma
Дата:
Сообщение: Re: Microvacuum support for Hash Index