Re: 8rc2 & BLCKSZ

Поиск
Список
Период
Сортировка
От Mario Weilguni
Тема Re: 8rc2 & BLCKSZ
Дата
Msg-id 200412230800.41210.mweilguni@sime.com
обсуждение исходный текст
Ответ на Re: 8rc2 & BLCKSZ  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
Am Mittwoch, 22. Dezember 2004 22:04 schrieb Tom Lane:
> Vivek Khera <khera@kcilink.com> writes:
> > One of the suggestions handed to me a long time ago for speeding up PG
> > on FreeBSD was to double the default blocksize in PG.  I tried it, but
> > found not a significant enough speed up to make it worth the trouble
> > to remember to patch every version of Pg during the upgrade path (ie,
> > 7.4.0 -> 7.4.2 etc.)  Forgetting to do that would be disastrous!
>
> Not really --- the postmaster will refuse to start if the BLCKSZ shown
> in pg_control doesn't match what is compiled in.  I concur though that
> there may be no significant performance gain.  For some workloads there
> may well be a performance loss from increasing BLCKSZ.

I've several databases of the same version 7.2 with rowsizes from 8k and 32k
with the same workload (a content management system), and the performance of
the 32k variants is slightly better for a few queries, overall responsivness
seems to better with 8k (maybe because the 8k variant has 4x more buffers).

Regards,
 Mario Weilguni

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Memory leak tsearch2 VACUUM FULL VERBOSE ANALYZE
Следующее
От: Yann Michel
Дата:
Сообщение: Re: Why so much time difference with a same query/plan?