Re: Reading the database in RAM

Поиск
Список
Период
Сортировка
От Steve Wolfe
Тема Re: Reading the database in RAM
Дата
Msg-id 004b01c1478d$3849b540$50824e40@iboats.com
обсуждение исходный текст
Ответ на Reading the database in RAM  (vitthal <vitthal@discerncomm.com>)
Список pgsql-general
> Is there any way of reading the whole database into memory? By changing
> the
> number of shared buffers the first query still takes long time and the
> subsequent similar queries are fast.
> If there is way of pinning the database in the memory all similar
> queries will take the same time. My database is around 200MB and could
> easily be pinned into RAM.

  If you have enough RAM, your OS will cache the physical files as they
are used.  I'm not sure how much of a speedup would be gained by PG
keeping the data in RAM and doing the caching itself, but my guess is that
it wouldn't be that great of a speedup over simply having the data in the
disk cache.

steve



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

Предыдущее
От: "Mihai Gheorghiu"
Дата:
Сообщение: Test is_data_type
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: How to make a REALLY FAST db server?