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
unsuscribe mailing list |
| Список | 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 по дате отправления: