Re: WAL feature

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: WAL feature
Date: 2001-04-27 23:20:02
Message-ID: 200104272320.f3RNK2f06138@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Fri, 27 Apr 2001, Bruce Momjian wrote:
>
> > > How?
> >
> > I guess other hosts could read the WAL to find out what changed.
>
> I wonder if that would get around one of the issues I had brought up a
> ways back concerning replication and stuff like sequences ...

Yep, WAL collects all database changes into one file. Easy to see how
some other host trying to replication a different host would find the
WAL contents valuable.

>
> > > > Row reuse without vacuum
> > >
> > > How? Didn't even see these as being related ...
> >
> > It may be. Not sure.
>
> Neither am I ... Vadim seems to think so, so am curious as to how ...

I think my point is that WAL could prove to be very valuable in a number
of areas, perhaps more areas than we know of right now. In fact, I
think one idea once we start 7.2 is to identify how we want to use WAL
in the upcoming 7.2 features, make any needed WAL improvements, then
start adding features.

WAL was tough to add, but there are probably a lot of nice things was
can do now that we have it.

Also, Vadim mentioned that WAL fixed btree corruption problems, which
was certainly important too.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2001-04-27 23:35:04 Re: v7.1.1 branched and released on Tuesday ...
Previous Message The Hermit Hacker 2001-04-27 23:14:55 Re: WAL feature