Re: 8.0beta5 results w/ dbt2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 8.0beta5 results w/ dbt2
Дата
Msg-id 20631.1101830222@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: 8.0beta5 results w/ dbt2  (Greg Stark <gsstark@mit.edu>)
Ответы Re: 8.0beta5 results w/ dbt2
Список pgsql-hackers
Greg Stark <gsstark@mit.edu> writes:
> Mark Wong <markw@osdl.org> writes:
>> I have some initial results using 8.0beta5 with our OLTP workload.
>> http://www.osdl.org/projects/dbt2dev/results/dev4-010/199/
>> throughput: 4076.97

> Do people really only look at the "throughput" numbers? Looking at those
> graphs it seems that while most of the OLTP transactions are fulfilled in
> subpar response times, there are still significant numbers that take as much
> as 30s to fulfil.

> Is this just a consequence of the type of queries being tested and the data
> distribution? Or is Postgres handling queries that could run consistently fast
> but for some reason generating large latencies sometimes?

Given the regular shape of the first graph (transactions/minute),
there's every reason to think that the slowdowns are caused by
checkpoint I/O storms.  It would be worth the trouble to experiment
with adjusting the bgwriter parameters to even out the flow of write
operations.  (I think I've already pointed out that the current defaults
for the bgwriter seem mighty conservative.)
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Error handling in plperl and pltcl
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: multiline CSV fields