[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Re: Hot to restore repo from hot-backup.py

From: Bill Tutt <rassilon_at_lyra.org>
Date: 2002-07-18 04:10:32 CEST

This is usually the case with most ACID stores. Just because a
transaction's commit() has returned successfully just means that the
data has been inserted into the transaction log. It doesn't guarantee
that the data has been inserted into the main database file yet.

Bill

----
Do you want a dangerous fugitive staying in your flat?
No.
Well, don't upset him and he'll be a nice fugitive staying in your flat.
 
> -----Original Message-----
> From: mark benedetto king [mailto:bking@inquira.com]
> Sent: Wednesday, July 17, 2002 4:40 PM
> To: Ben Collins-Sussman
> Cc: Eric Gillespie; dev@subversion.tigris.org
> Subject: Re: Hot to restore repo from hot-backup.py
> 
> On Wed, Jul 17, 2002 at 05:36:43PM -0500, Ben Collins-Sussman wrote:
> > But it seems that your backup had unplayed transactions in it, which
I
> > don't get.  Can someone more knowledgable explain?  Perhaps
> > Mr. Bostic?  :-)
> >
> 
> Well, I'm not nearly as authoritative as Mr. Bostic but wouldn't it
> make sense that a transaction can be considered complete as soon as
> the log is stabilized and the in-memory datastructures are updated
> (but before then on-disk database is updated)?
> 
> --ben
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 18 04:11:02 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.