Search Postgresql Archives

Re: 8.3RC2 vs 8.2.6 testing results

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Vlad <marchenko@xxxxxxxxx> writes:
> 2. We ran several tests and found 8.3 generally 10% slower than 8.2.6.

The particular case you are showing here seems to be all about the speed
of hash aggregation --- at least the time differential is mostly in the
HashAggregate step.  What is the data type of a_id?  I speculate that
you're noticing the slightly slower/more complicated hash function that
8.3 uses for integers.  On a case where the data was well distributed
you'd not see any countervailing efficiency gain from those extra
cycles.

			regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux