Re: Type of application that use PostgreSQL

From: Ron Johnson <ron(dot)l(dot)johnson(at)cox(dot)net>
To: PgSQL General ML <pgsql-general(at)postgresql(dot)org>
Subject: Re: Type of application that use PostgreSQL
Date: 2003-10-03 10:34:00
Message-ID: 1065177239.14786.69.camel@haggis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 2003-10-03 at 04:26, Shridhar Daithankar wrote:
> Peter Childs wrote:
[snip]
> Postgresql do have update logs in form of WAL. However it can not do PITR with
> log archiving if a node in cluster goes down for extended period. WAL does not
> handle these situations in current design. Precisely, PITR is the feature that
> implements this functonality.

For those not in the know, PITR is Point In Time Recovery.

And yes, that capability has been around for 20+ years on mainframes
and minicomputers, but they were/are funded a lot higher than the
PostgreSQL volunteers are!

--
-----------------------------------------------------------------
Ron Johnson, Jr. ron(dot)l(dot)johnson(at)cox(dot)net
Jefferson, LA USA

"Python is executable pseudocode; Perl is executable line noise"

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marc Cuypers 2003-10-03 10:42:16 administration with pgaccess
Previous Message Mike Mascari 2003-10-03 10:32:03 Re: Type of application that use PostgreSQL