Re: [HACKERS] Lots 'o patches - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Lots 'o patches
Date
Msg-id 199806011424.KAA08421@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] Lots 'o patches  (dg@illustra.com (David Gould))
Responses RE: [HACKERS] Lots 'o patches  ("Stupor Genius" <stuporg@erols.com>)
List pgsql-hackers
> One of the Illustra customers moving to Informix UDO that I have had the
> pleasure of working with is Egghead software. They sell stuff over the web.
> 24 hours a day. Every day. Their database takes something like 20 hours to
> dump and reload. The last time they did that they were down the whole time
> and it made the headline spot on cnet news. Not good. I don't think they
> want to do it again.
>
> If we want postgresql to be usable by real businesses, requiring downtime is
> not acceptable.
>
> A proper upgrade would just update the catalogs online and fix any other
> issues without needing a dump / restore cycle.
>
> As a Sybase customer once told one of our support people in a very loud voice
>  "THIS is NOT a "Name and Address" database. WE SELL STOCKS!".

That is going to be difficult to do.  We used to have some SQL scripts
that could make the required database changes, but when system table
structure changes, I can't imagine how we would migrate that without a
dump/reload.  I suppose we could keep the data/index files with user data,
run initdb, and move the data files back, but we need the system table
info reloaded into the new system tables.


--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] regular expressions from hell
Next
From: Brett McCormick
Date:
Subject: Re: [HACKERS] regular expressions from hell