Re: Upgrade 7.4 to 8.1 or 8.2?

From: "Merlin Moncure" <mmoncure(at)gmail(dot)com>
To: "John Sidney-Woollett" <johnsw(at)wardbrook(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Upgrade 7.4 to 8.1 or 8.2?
Date: 2006-10-20 18:46:19
Message-ID: b42b73150610201146o55e6ff34k44dd197f1a465e0c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/20/06, John Sidney-Woollett <johnsw(at)wardbrook(dot)com> wrote:
> We're looking to upgrade from 7.4 - should we go to 8.1.5 or 8.2?
>
> We have two databases; 7.4.6 and 7.4.11 in a master slave config using
> Slony. Both databases use the C locale with UTF-8 encoding on unix.
>
> We've dumped and loaded the data into an 8.1.4 database and have seen no
> problems with invalid UTF-8 sequences. So we're fairly happy that we can
> upgrade to 8.1.5 pretty easily using Slony.
>
> We're really looking for some extra performance right now.
>
> Are the differences between 8.1.5 and 8.2 significant? Is 8.2 more about
> speed or new features?

I've been developing against 8.2 for months without a single 8.2
specific problem. I run both linux and windows in high load
environments (not so much windows these days tho). I'm going to go
against the grain here and say go for it: yes, it is faster. It's up
to you to determine a test period long enough to build up a trust
level.

possible downsides:
* catalog changes during beta period. (dump/reload to update to 8.2
proper, etc).
* last minute feature change. note recent small change in insert
returning as an example.
* risk of undiscovered bug

ideally, i'd develop/test vs. 8.2 beta, and switch production system
at 8.2 release.

merlin

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2006-10-20 18:49:34 Re: PostgreSQL, LGPL and GPL.
Previous Message Peter Bauer 2006-10-20 18:41:50 Re: Overload after some minutes, please help!