Re: How to see/calculate size of index in memory?

Поиск
Список
Период
Сортировка
От Sergei Kornilov
Тема Re: How to see/calculate size of index in memory?
Дата
Msg-id 22604901537346568@myt4-035ac94a079e.qloud-c.yandex.net
обсуждение исходный текст
Ответ на How to see/calculate size of index in memory?  ("Sam R." <samruohola@yahoo.com>)
Список pgsql-performance
Hello
You can use pg_buffercache contrib module: https://www.postgresql.org/docs/current/static/pgbuffercache.html

pg_relation_size - yes, its full size on disk regardless buffer cache

regards, Sergei


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

Предыдущее
От: "Sam R."
Дата:
Сообщение: To keep indexes in memory, is large enough effective_cache_sizeenough?
Следующее
От: Sergei Kornilov
Дата:
Сообщение: Re: To keep indexes in memory, is large enough effective_cache_size enough?