Re: 7.3 vs 7.4 performance

From: Hannu Krosing <hannu(at)tm(dot)ee>
To: Orion Henry <orion(at)trustcommerce(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: 7.3 vs 7.4 performance
Date: 2004-02-06 10:43:14
Message-ID: 1076064194.2546.6.camel@fuji.krosing.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Orion Henry kirjutas N, 05.02.2004 kell 07:16:
> I've done some testing of 7.3.4 vs 7.4.1 and found 7.4.1 to be 20%-30%
> slower than 7.3.4. Is this common knowledge or am I just unlucky with
> my query/data selection?
>
> Things of note that might matter: the machine is a dual Opteron 1.4GHz
> running Fedora Core 1 Test 1 for X86_64. The 7.3.4 was from the Fedora
> distro and the 7.4.1 was the PGDG package.

Are you sure that it is not the case that it is not tha case that 7.3.4
is 64 bit and the PGDG package is 32 ?

> The database is 3.5 Gigs with 10 millions rows and the machine had 1 Gig or ram.
>
> Oh... as a side note I'm happy to announce that the 2.6 Linux kernel has
> more than DOUBLED the speed of all my Postgres queries over the 2.4. =)

Is this on this same hardware ?

-------------
Hannu

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Hannu Krosing 2004-02-06 10:44:59 Re: 7.3 vs 7.4 performance
Previous Message Bruno BAGUETTE 2004-02-06 08:58:44 Increase performance of a UNION query that thakes 655.07 msec to be runned ?