Re: Air-traffic benchmark

Поиск
Список
Период
Сортировка
От Ivan Voras
Тема Re: Air-traffic benchmark
Дата
Msg-id hi4sde$k7p$1@ger.gmane.org
обсуждение исходный текст
Ответ на Re: Air-traffic benchmark  (Lefteris <lsidir@gmail.com>)
Ответы Re: Air-traffic benchmark  (Lefteris <lsidir@gmail.com>)
Список pgsql-performance
On 7.1.2010 15:23, Lefteris wrote:

> I think what you all said was very helpful and clear! The only part
> that I still disagree/don't understand is the shared_buffer option:))

Did you ever try increasing shared_buffers to what was suggested (around
4 GB) and see what happens (I didn't see it in your posts)?

Shared_buffers can be thought as the PostgreSQLs internal cache. If the
pages being scanned for a particular query are in the cache, this will
help performance very much on multiple exequtions of the same query.
OTOH, since the file system's cache didn't help you significantly, there
is low possibility shared_buffers will. It is still worth trying.

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

Предыдущее
От: Jochen Erwied
Дата:
Сообщение: Re: Air-traffic benchmark
Следующее
От: Lefteris
Дата:
Сообщение: Re: Air-traffic benchmark