From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "John Moore" <news(at)tinyvital(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Re: [OT] Any major users of postgresql? |
Date: | 2001-07-10 23:56:23 |
Message-ID: | 16548.994809383@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
"John Moore" <NOSPAMnews(at)NOSPAMtinyvital(dot)com> writes:
> In the case of PostgreSQL, as far as I can tell, one could lose all data
> since the previous dump if one lost the database media. In Oracle or
> Informix, that is *not* true, because they can do a point-in-time restore
> from the last full save, based on the WAL's.
If you are archiving the WAL logs, then in theory you could recover
from those in Postgres as well. In practice, I consider this argument
irrelevant, because no one is going to want to work that way.
(Nigh-infinite offline storage for the logs, plus huge recovery time if
you do suffer a crash ... I don't think so.)
A more reasonable approach to getting better-than-hardware reliability
is replicated servers. We have some crude ways of replicating data now,
and should have much better ways in a release or two. (See
http://www.greatbridge.org/genpage?replication_top for some info on
stuff that will likely get rolled into the standard distribution
eventually. I consider Postgres-R the most promising approach.)
As of today, I wouldn't try to run an airline reservation system on
Postgres either. But check back in a year or so.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Naomi Walker | 2001-07-11 00:05:12 | Postgresql bulk fast loader |
Previous Message | Tom Lane | 2001-07-10 23:37:59 | Re: varchar vs. text |