Re: Reduce heap tuple header size

Поиск
Список
Период
Сортировка
От Jan Wieck
Тема Re: Reduce heap tuple header size
Дата
Msg-id 3D18D5A0.3680EEEA@Yahoo.com
обсуждение исходный текст
Ответ на Re: Reduce heap tuple header size  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Tom Lane wrote:
>
> Jan Wieck <JanWieck@Yahoo.com> writes:
> > Well, it turned out that pgbench does a terrible job with runtimes below
> > 30 minutes. Seems that one checkpoint more or less can have a
> > significant impact on the numbers reported by such run.
>
> Yeah, it is *very* painful to get reproducible numbers out of pgbench.

And since it seems to be extremly checkpoint dependent, imagine what
someone would have to do to measure the impact of changing config
options about checkpoint segments and intervals. But I guess that this
would be an issue for every benchmark.

The TPC must know about it as the specs for the TPC-C require at least
one checkpoint occuring during the measurement time and 90% of all
transactions fitting the timing constraints. Currently PostgreSQL
creates an IO storm on a checkpoint, that simply brings the system down
to responsetimes 100x the average, slowly recovering from there since
all simulated users are active at once then (they all woke up from their
thinking or keying times and pressed SEND).


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Dependency / Constraint patch
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: Dependency / Constraint patch