Re: WAL feature

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: WAL feature
Дата
Msg-id 200104272320.f3RNK2f06138@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: WAL feature  (The Hermit Hacker <scrappy@hub.org>)
Список 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@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: WAL feature
Следующее
От: "Mikheev, Vadim"
Дата:
Сообщение: RE: WAL feature