Re: [Testperf-general] Re: 8.0beta5 results w/ dbt2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [Testperf-general] Re: 8.0beta5 results w/ dbt2
Дата
Msg-id 25330.1102831993@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [Testperf-general] Re: 8.0beta5 results w/ dbt2  (Mark Wong <markw@osdl.org>)
Ответы Re: [Testperf-general] Re: 8.0beta5 results w/ dbt2  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-hackers
Mark Wong <markw@osdl.org> writes:
> I never vacuum during the test.  Is it possible that all the updates
> and inserts would affect this?

That's bad; first because it possibly *is* hurting performance, and
second because if it isn't, your results could legitimately be attacked
as not representing the long-term-sustainable performance of Postgres.
VACUUM is real, unavoidable overhead and so we have to account for it
honestly.
        regards, tom lane


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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: [Testperf-general] BufferSync and bgwriter
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] replacing a view: bug or feature?