Re: go for a script! / ex: PostgreSQL vs. MySQL

Поиск
Список
Период
Сортировка
От Vivek Khera
Тема Re: go for a script! / ex: PostgreSQL vs. MySQL
Дата
Msg-id 16263.8497.95525.673249@yertle.int.kciLink.com
обсуждение исходный текст
Ответ на Re: go for a script! / ex: PostgreSQL vs. MySQL  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: go for a script! / ex: PostgreSQL vs. MySQL  (Josh Berkus <josh@agliodbs.com>)
unsuscribe mailing list  (ingrim <ingridm@qoslabs.com>)
Список pgsql-performance
>>>>> "JB" == Josh Berkus <josh@agliodbs.com> writes:

JB> Vivek,
NB> shared_buffers = 1/16th of total memory
NB> effective_cache_size = 80% of the supposed kernel cache.
>>
>> Please take into account the blocksize compiled into PG, too...

JB> We can;t change the blocksize in a script that only does the .conf
JB> file.  Or are you suggesting something else?


when you compute optimal shared buffers and effective cache size,
these are in terms of blocksize.  so if I have 16k block size, you
can't compute based on default 8k blocksize.  at worst, it would have
to be a parameter you pass to the tuning script.

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

Предыдущее
От: "David Busby"
Дата:
Сообщение: Index/Foreign Key Question
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: further testing on IDE drives