Re: FunctionCall2 performance

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: FunctionCall2 performance
Дата
Msg-id 87zn32z5ng.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на FunctionCall2 performance  (Mark Wong <markw@osdl.org>)
Ответы Re: FunctionCall2 performance  (Mark Wong <markw@osdl.org>)
Список pgsql-hackers
Mark Wong <markw@osdl.org> writes:

> Links to results are here:
> 7.5devel - http://www.osdl.org/projects/dbt2dev/results/dev4-010/128/
> 8.0beta3 - http://www.osdl.org/projects/dbt2dev/results/dev4-010/180/

Are those cyclic spikes an artifact of the load of the tests? Or are they
artifacts of the postgres checkpoint process?

If they're an artifact of the test is it possible to randomize the number
iterations and time each connection does before issuing the slower queries? Or
somehow avoid generating these spikes?

If they're an artifact of the checkpoint process I wonder if there are
parameters that can be tweaked to smooth it out more. Some of those
transactions/second drops are quite dramatic. It seems like you're averaging
200 txn/s normally but having it drop down to less than half that
periodically.

-- 
greg



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

Предыдущее
От: Reini Urban
Дата:
Сообщение: Re: open item: tablespace handing in pg_dump/pg_restore
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: SQL-Invoked Procedures for 8.1