Re: Read/Write block sizes

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Read/Write block sizes
Дата
Msg-id 200508231931.29682.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: Read/Write block sizes  (Steve Poe <spoe@sfnet.cc>)
Ответы Re: Read/Write block sizes  (Alan Stange <stange@rentec.com>)
Re: Read/Write block sizes  ("Jeffrey W. Baker" <jwbaker@acm.org>)
Список pgsql-performance
Steve,

> I would assume that dbt2 with STP helps minimize the amount of hours
> someone has to invest to determine performance gains with configurable
> options?

Actually, these I/O operation issues show up mainly with DW workloads, so the
STP isn't much use there.   If I can ever get some of these machines back
from the build people, I'd like to start testing some stuff.

One issue with testing this is that currently PostgreSQL doesn't support block
sizes above 128K.  We've already done testing on that (well, Mark has) and
the performance gains aren't even worth the hassle of remembering you're on a
different block size (like, +4%).

What the Sun people have done with other DB systems is show that substantial
performance gains are possible on large databases (>100G) using block sizes
of 1MB.   I believe that's possible (and that it probably makes more of a
difference on Solaris than on BSD) but we can't test it without some hackery
first.

--
Josh Berkus
Aglio Database Solutions
San Francisco

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

Предыдущее
От: "Jignesh K. Shah"
Дата:
Сообщение: Re: Read/Write block sizes
Следующее
От: Alan Stange
Дата:
Сообщение: Re: Read/Write block sizes