Pinning a table into memory

Поиск
Список
Период
Сортировка
От David Blood
Тема Pinning a table into memory
Дата
Msg-id 03a301c26bc5$a799a970$1f00a8c0@redwood
обсуждение исходный текст
Ответы Re: Pinning a table into memory
Список pgsql-general
In Oracle you can Pin large objects into memory to prevent frequent
reloads. Is there anyway to do this with Postgres?  It appears that some
of our tables that get hit a lot may get kicked out of memory when we
access some of our huge tables. Then they have to wait for I/O to get
loaded back in.


David Blood
Matraex, Inc




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_restore issue..
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: transactions