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

  1. Xref: sparky comp.software-eng:2962 comp.arch.storage:553 comp.unix.internals:1618
  2. Path: sparky!uunet!lhdsy1!shc
  3. From: shc@lhdsy1.lahabra.chevron.com (S.H. Couturie)
  4. Newsgroups: comp.software-eng,comp.arch.storage,comp.unix.internals
  5. Subject: Re: Extent-based Filesystems (was: Large Application data sets )
  6. Message-ID: <5444@lhdsy1.lahabra.chevron.com>
  7. Date: 26 Jul 92 23:03:42 GMT
  8. References: <33120@cbmvax.commodore.com> <1992Jul21.113652.4898@metapro.DIALix.oz.au> <1992Jul25.064903.21099@e2big.mko.dec.com>
  9. Followup-To: comp.software-eng
  10. Organization: Chevron, LaHabra, CA
  11. Lines: 33
  12.  
  13. In article <1992Jul25.064903.21099@e2big.mko.dec.com> pettengill@cvg.enet.dec.com () writes:
  14. >In article <1992Jul21.113652.4898@metapro.DIALix.oz.au>, bernie@metapro.DIALix.oz.au (Bernd Felsche) writes:
  15. >
  16. >|>In <33120@cbmvax.commodore.com>
  17. >|>   jesup@cbmvax.commodore.com (Randell Jesup) writes:
  18. >|>
  19. >|>>    "extent-based" means that instead of storing lists of blocks, you
  20. >|>>store lists of block ranges (extents).  For example, if you have a contiguous
  21. >|>>file 10MB long, it's stored as starting block and number of contiguous
  22. >|>>blocks (or starting and ending).  As you can see, this is great for storing
  23. >|>>(and seeking) in fairly unfragged files.  It doesn't get worse than lists
  24. >|>>of blocks unless it's average number of contiguous blocks is less than 2.
  25. >
  26. >|>Who implements extent-based filesystems commercially? How
  27. >|>does it compare with the alternatives?
  28. >
  29. >Is this a trick question?
  30. >
  31.  
  32.  
  33. Check out SGI's IRIX with "EFS" - Extent File System - which certainly is
  34. an extent based filesystem.  As of IRIX 4.0, also includes a defragger
  35. (fsr).
  36.  
  37. Seems to work pretty well; check out the Unix Reviews I/O benchmarks:
  38. SGIs tend to be pretty quick at disk I/O.
  39.  
  40. Steve
  41. --
  42. Steve Couturie                      Voice:     (310) 694-9332    
  43. Chevron Information Technology Co.  FAX:       (310) 694-7709
  44. P.O. Box  446                       Internet:  shc@chevron.com
  45. La Habra, CA  90633-0446            UUCP:      ...!uunet!lhdsy1!shc
  46.