Re: 7.4b1 vs 7.3.4 performance

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 7.4b1 vs 7.3.4 performance
Дата
Msg-id 25508.1061912076@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: 7.4b1 vs 7.3.4 performance  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
Bruce Momjian <pgman@candle.pha.pa.us> writes:
>> "P.J. \"Josh\" Rovero" <rovero@sonalysts.com> writes:
>>> 7.4b1 is significantly faster (i.e., the higher curve)
>>> over this range of clients and transactions.

> I wonder why pgbench is _so_ much faster on 7.4.  I can't think of
> anything that would make that large an improvement.

I was wondering that too.  I don't think any of the optimizer work I did
for 7.4 would have the slightest impact on pgbench, because its queries
are so simple.  I don't see anything else in the HISTORY file that looks
very promising either.  Perhaps it's just the cumulative result of small
tweaks like optimizing palloc0() and using bitmap sets in the planner.

We should try profiling pgbench runs to learn more...

            regards, tom lane

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: many columns with references to one table
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Index usage