Thoughts on 7.3b3 in production?

Started by Brett Elliottover 23 years ago4 messagesgeneral
Jump to latest
#1Brett Elliott
brett_elliott.nospam@att.net

I have heard that Postgres betas are relatively stable so is it
safe to assume that 7.3b2 could be used reliably in production?
Any known issues with the beta?

Also, what does 7.3b2 offer that 7.2.3 doesn't have? Much better
performance?

Thanks.

#2Lee Harr
missive@frontiernet.net
In reply to: Brett Elliott (#1)
Re: Thoughts on 7.3b3 in production?

In article <ap89ns$2egh$1@news.hub.org>, Brett Elliott wrote:

I have heard that Postgres betas are relatively stable so is it
safe to assume that 7.3b2 could be used reliably in production?

It is a beta. If the developers believed it were production
quality, it would be released.

Definitely not recommended.

Any known issues with the beta?

If you would like to see the issues they are working on, you can
track the [HACKERS] list. It is quite interesting.

Also, what does 7.3b2 offer that 7.2.3 doesn't have? Much better
performance?

I am sure performance has improved, and it is possible that there
are particular cases where it is "much better" but I doubt that
there has been any revolutionary performance improvement overall.

#3Bruce Momjian
bruce@momjian.us
In reply to: Brett Elliott (#1)
Re: Thoughts on 7.3b3 in production?

Brett Elliott wrote:

I have heard that Postgres betas are relatively stable so is it
safe to assume that 7.3b2 could be used reliably in production?
Any known issues with the beta?

Also, what does 7.3b2 offer that 7.2.3 doesn't have? Much better
performance?

Betas are not for production use. If you have a bug that is only fixed
in betas, you may want to try it.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#4Noname
evertcarton@netscape.net
In reply to: Brett Elliott (#1)
Re: Thoughts on 7.3b3 in production?

I've been playing with the APIs (especially C) for creating functions:

That alone is a reason for me to use it ...

Evert

Lee Harr <missive@frontiernet.net> wrote in message news:<apcgqo$arv$1@news.hub.org>...

Show quoted text

In article <ap89ns$2egh$1@news.hub.org>, Brett Elliott wrote:

I have heard that Postgres betas are relatively stable so is it
safe to assume that 7.3b2 could be used reliably in production?

It is a beta. If the developers believed it were production
quality, it would be released.

Definitely not recommended.

Any known issues with the beta?

If you would like to see the issues they are working on, you can
track the [HACKERS] list. It is quite interesting.

Also, what does 7.3b2 offer that 7.2.3 doesn't have? Much better
performance?

I am sure performance has improved, and it is possible that there
are particular cases where it is "much better" but I doubt that
there has been any revolutionary performance improvement overall.