home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / research / 1072 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  902 b 

  1. Path: sparky!uunet!stanford.edu!agate!darkstar.UCSC.EDU!osr
  2. From: ruffin@zorglub.inria.fr (Michel Ruffin)
  3. Newsgroups: comp.os.research
  4. Subject: Re: Looking for information on the use of logging
  5. Date: 18 Nov 1992 19:08:44 GMT
  6. Organization: INRIA, Le Chesnay - France
  7. Lines: 13
  8. Approved: comp-os-research@ftp.cse.ucsc.edu
  9. Message-ID: <1ee4bsINNpsk@darkstar.UCSC.EDU>
  10. References: <1e1pjiINN532@darkstar.UCSC.EDU> <1e92r5INN8db@darkstar.UCSC.EDU>
  11. NNTP-Posting-Host: ftp.cse.ucsc.edu
  12. Originator: osr@ftp
  13.  
  14.  
  15. I have in mind the following general definition for logging :
  16.  
  17. Logging is an append-only storage semantics. The unit of logging
  18. is the record. Write accesses append records to the end of the log. 
  19. A log record may become obsolete. Useless records are compacted
  20. out of the log when possible. Other write accesses are forbidden.
  21.  
  22. I think that all the cases I mention fit with this definition.
  23.  
  24. Michel
  25.  
  26.  
  27.