X-Original-To: pgsql-general-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 75CFA563BF for ; Fri, 25 Feb 2005 17:12:02 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 71156-09 for ; Fri, 25 Feb 2005 17:11:59 +0000 (GMT) Received: from graciousstyle.com (mail.graciousstyle.com [66.199.249.234]) by svr1.postgresql.org (Postfix) with ESMTP id 1154D5638A for ; Fri, 25 Feb 2005 17:11:57 +0000 (GMT) Received: from [192.168.1.105] (localdevelopmentserver.com [70.33.126.86]) (authenticated bits=0) by graciousstyle.com (8.12.11/8.12.11) with ESMTP id j1PHCIYc022239 for ; Fri, 25 Feb 2005 09:12:18 -0800 Message-ID: <421F5E5D.1010902@graciousstyle.com> Date: Fri, 25 Feb 2005 09:20:29 -0800 From: Si Chen Reply-To: schen@graciousstyle.com Organization: Gracious Style User-Agent: Mozilla Thunderbird 0.8 (X11/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: pgsql-general@postgresql.org Subject: Re: postgresql 8.0 advantages References: <421F3926.6090201@graciousstyle.com> <5708.1109348115@sss.pgh.pa.us> In-Reply-To: <5708.1109348115@sss.pgh.pa.us> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0 tagged_above=0 required=5 tests= X-Spam-Level: X-Archive-Number: 200502/1357 X-Sequence-Number: 74161 Thanks! Is there any documentation on how to upgrade to 8.0? Is it possible to upgrade from 7.4 to 8.0 while keeping a production database running "in place"? Or should I install 8.0 in another directory/machine and then restore the database into it? Are there any incompatibilities/modifications to databases from the earlier veresion required? (I am running RHEL3.) Si Chen Tom Lane wrote: >Si Chen writes: > > >>I read the PostgreSQL 8.0 "What's New" page >>(http://www.postgresql.org/docs/whatsnew) and wasn't sure whether >>version 8.0 is significantly faster, more scalability, or more stable >>than versions 7.4? I remember big speed improvements between 7.3 and >>7.4. It seems the biggest advantage of version 8.0 is being able to run >>in Windows. >> >> > >There are some speed improvements in 8.0 too, though that wasn't the >main focus of the release cycle. For instance, Lonni Friedman's nearby >thread reports on a case where 8.0 consistently finds a much better >query plan for a complex query than prior releases did, because we fixed >some issues in the GEQO planner module. > > regards, tom lane > > >