Re: [PATCHES] [HACKERS] ARC Memory Usage analysis

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: [PATCHES] [HACKERS] ARC Memory Usage analysis
Дата
Msg-id 200410261739.59814.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: [PATCHES] [HACKERS] ARC Memory Usage analysis  (Thomas F.O'Connell <tfo@sitening.com>)
Ответы Re: [PATCHES] [HACKERS] ARC Memory Usage analysis  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-performance
Thomas,

> As a result, I was intending to inflate the value of
> effective_cache_size to closer to the amount of unused RAM on some of
> the machines I admin (once I've verified that they all have a unified
> buffer cache). Is that correct?

Currently, yes.  Right now, e_c_s is used just to inform the planner and make
index vs. table scan and join order decisions.

The problem which Simon is bringing up is part of a discussion about doing
*more* with the information supplied by e_c_s.    He points out that it's not
really related to the *real* probability of any particular table being
cached.   At least, if I'm reading him right.

--
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco

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

Предыдущее
От: Thomas F.O'Connell
Дата:
Сообщение: Re: [PATCHES] [HACKERS] ARC Memory Usage analysis
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: can't handle large number of INSERT/UPDATEs