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

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: go for a script! / ex: PostgreSQL vs. MySQL
Дата
Msg-id 3F87932B.4050507@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: go for a script! / ex: PostgreSQL vs. MySQL  (Vivek Khera <khera@kcilink.com>)
Ответы Re: go for a script! / ex: PostgreSQL vs. MySQL  (Sean Chittenden <sean@chittenden.org>)
Список pgsql-performance
> NB> shared_buffers = 1/16th of total memory
> NB> effective_cache_size = 80% of the supposed kernel cache.

I think Sean(?) mentioned this one for FreeBSD (Bash code):

echo "effective_cache_size = $((`sysctl -n vfs.hibufspace` / 8192))"

I've used it for my dedicated servers.  Is this calculation correct?

Chris


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

Предыдущее
От: Ron Johnson
Дата:
Сообщение: Re: Index/Foreign Key Question
Следующее
От: Sean Chittenden
Дата:
Сообщение: Re: go for a script! / ex: PostgreSQL vs. MySQL