home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / software / 2941 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  1.6 KB

  1. Path: sparky!uunet!wupost!darwin.sura.net!mips!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!ames!pasteur!cory.Berkeley.EDU!johnm
  2. From: johnm@cory.Berkeley.EDU (John D. Mitchell)
  3. Newsgroups: comp.software-eng
  4. Subject: Re: Extent-based Filesystems (was: Large Application data sets )
  5. Message-ID: <1992Jul24.022239.5345@pasteur.Berkeley.EDU>
  6. Date: 24 Jul 92 02:22:39 GMT
  7. References: <1992Jul22.151535.25117@nuchat.sccsi.com> <3587@keele.keele.ac.uk> <13711@auspex-gw.auspex.com>
  8. Sender: nntp@pasteur.Berkeley.EDU (NNTP Poster)
  9. Organization: University of California, at Berkeley
  10. Lines: 26
  11. Nntp-Posting-Host: cory
  12.  
  13. In article <13711@auspex-gw.auspex.com> guy@Auspex.COM (Guy Harris) writes:
  14. >>Surely sparse files are just a space optimisation, a compression, performed
  15. >>invisibly by the filesystem?
  16. >
  17. >It's surprising how often "surely", in a USENET posting, precedes a
  18. >statement that isn't, in fact, true....
  19. >
  20. >>It chooses to represent entire blocks of nuls
  21. >>in a compact way.
  22. >
  23. >Not *that* invisibly, on most UNIX systems and most UNIX file systems.
  24. [...]
  25.  
  26. Actually, add-on products such as Stacker and SuperStor for DOS actually
  27. perform automatic file compression (modified forms of LZW I think).
  28. Obviously, these are not part of the underlying filesystem itself but as
  29. far as the application is concerned the (un)compression is invisible.
  30.  
  31. I think one of the main concerns about putting this sort of thing into the
  32. file system itself is the speed penalty of doing the (un)compression.  Has
  33. anybody done much work on timing these sorts of things?
  34.  
  35. John D. Mitchell
  36. johnm@cory.Berkeley.EDU
  37.  
  38. P.S.    Standard disclaimers apply.
  39.