Re: Free Cache Memory (Linux) and Postgresql

Поиск
Список
Период
Сортировка
От Jonah H. Harris
Тема Re: Free Cache Memory (Linux) and Postgresql
Дата
Msg-id 36e682920809300446q4108b355xbecf384b0c9d1ae2@mail.gmail.com
обсуждение исходный текст
Ответ на Free Cache Memory (Linux) and Postgresql  (Denis Gasparin <denis@edistar.com>)
Список pgsql-general
On Tue, Sep 30, 2008 at 3:33 AM, Denis Gasparin <denis@edistar.com> wrote:
> Hi.
>
> I'm evaluating to issue the drop_caches kernel command (echo 3 >
> /proc/sys/vm/drop_caches) in order to free unused pagecache, directory
> entries and inodes.
>
> I'm thinking to schedule the command during low load moments after
> forcing a sync command.
>
> I wonder if this can cause pgsql problems of any kind. Any idea?

Yes, it can.  Postgres relies heavily on the OS' file system cache, if
you wipe it out, you're going to have quite an I/O storm on a large
database.

What are you trying to accomplish?  By itself, sync will flush all
dirty file system blocks to disk and leave them in memory.

--
Jonah H. Harris, Senior DBA
myYearbook.com

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

Предыдущее
От: r_musta
Дата:
Сообщение: Re: Counting unique rows as an aggregate.
Следующее
От: Sam Mason
Дата:
Сообщение: Re: PostgreSQL Cache