Re: Postgresql performance and tuning questions

From: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
To: "Given, Robert A" <bgiven(at)bu(dot)edu>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Postgresql performance and tuning questions
Date: 2006-02-10 16:16:46
Message-ID: 1139588205.22740.135.camel@state.g2switchworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Fri, 2006-02-10 at 09:36, Given, Robert A wrote:
> Our philosophy is to use products that have been established, tested and
> stable. We tend to not go with newer versions until they have time to
> mature and have the bugs worked out. This is the version of the DB that
> was packaged with the version of Linux we're using. So our thinking is
> that we will go with that until we learn better. Our experience is more
> with mainframes where habitually we proceed methodically. (That
> translates to: slower than what we see with open source.)
>
> Is there an impelling reason why we should migrate to a newer version
> before we begin to use, observe, and experience Postgres of our own?

But you're not running the least buggy version of the 7.4 branch. The
7.4 branch is up to 7.4.9. If you are runing 7.4.2 then you haven't
installed all the updates supplied by Suse for their distribution (or
Suse backports bug fixes from 7.4.9 to 7.4.2, which I kinda doubt) which
means you likely haven't upgraded ANY of the packages that came with it,
which means your system, if it is put on the internet, will likely be
hacked within days, if not hours.

I would recommend looking into at least 8.0. It's been out for a year,
it's quite stable, and has many features like point in time recovery
that make it a very good choice for production.

> Thanks, Bob
>
>
>
> -----Original Message-----
> From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
> Sent: Friday, February 10, 2006 10:16 AM
> To: Given, Robert A
> Cc: pgsql-admin(at)postgresql(dot)org
> Subject: Re: [ADMIN] Postgresql performance and tuning questions
>
> "Given, Robert A" <bgiven(at)bu(dot)edu> writes:
> > We are beginning a project to use Postgresql 7.4.2 on zLinux SLES9 The
>
> > application of interest is uPortal 2.4.3.
>
> Why are you not starting with a reasonably up-to-date version of
> Postgres?
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Chris Browne 2006-02-10 20:17:57 Re: Is the database being VACUUMed?
Previous Message Tom Lane 2006-02-10 16:16:17 Re: Postgresql performance and tuning questions