Re: Can Postgres cache a table in memory?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Can Postgres cache a table in memory?
Дата
Msg-id 20416.1033740846@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Can Postgres cache a table in memory?  ("Kevin Traub" <ktraub@verizon.net>)
Список pgsql-sql
"Kevin Traub" <ktraub@verizon.net> writes:
> I'm trying to speed up a query which returns the majority of a table so and
> index isn't helpful.
> I've got more than enough RAM to hold my table so, can anyone tell me if
> there is there a way to force Postgres to cache a table in RAM?

There is no need to do anything; if you're hitting the table a lot, it
should all migrate into kernel disk buffers.
        regards, tom lane


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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: rows in order
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Rule creation