Re: group by week (ww), plus -S performance

From: Erich <hh(at)cyberpass(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: group by week (ww), plus -S performance
Date: 2000-05-29 06:39:28
Message-ID: 200005290639.XAA13934@cyberpass.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> Thanks - that seems to be about 10% faster. I also got a 25% boost
> by recompiling PG7 with -O3.

Do you mean you got a 25% boost by recompiling with -O3 instead of
-O2, or instead of -g? If going from -O2 to -O3 gives a 25% boost,
time for me to recompile. I'm just now moving from MySQL to
PostgreSQL, and I'm also totally changing the data structures into
something much less efficient, so I need all the speed boosts I can
get. Recompiling is much cheaper than buying a new computer.

e

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stuart Grimshaw 2000-05-29 10:04:36 ODBC
Previous Message Michael Blakeley 2000-05-29 06:12:48 Re: group by week (ww), plus -S performance