Re: Index Only Scan vs Cache

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Index Only Scan vs Cache
Дата
Msg-id 23068.1436463717@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Index Only Scan vs Cache  (Andy Colson <andy@squeakycode.net>)
Ответы Re: Index Only Scan vs Cache  (Andy Colson <andy@squeakycode.net>)
Список pgsql-general
Andy Colson <andy@squeakycode.net> writes:
> My question is:  Will PG cache only the index (assuming it can always do
> an Index Only Scan), or will it cache the table as well?

The table blocks would fall out of cache if they're never touched.

            regards, tom lane


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

Предыдущее
От: Steve Crawford
Дата:
Сообщение: Re: regexp_matches for digit
Следующее
От: "Sheena, Prabhjot"
Дата:
Сообщение: How to get total count of queries hitting DB per day or per hour?