home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / arch / 12445 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.3 KB

  1. Path: sparky!uunet!ukma!gatech!rpi!crdgw1!rdsunx.crd.ge.com!ariel!davidsen
  2. From: davidsen@ariel.crd.GE.COM (william E Davidsen)
  3. Newsgroups: comp.arch
  4. Subject: Re: HOw many PC's make an Amdahl mainframe
  5. Message-ID: <1993Jan28.182841.9156@crd.ge.com>
  6. Date: 28 Jan 93 18:28:41 GMT
  7. References: <1k46ioINNijv@fido.asd.sgi.com> <1993Jan26.225943.21955@enterprise.rdd.lmsc.lockheed.com> <1993@niktow.canisius.edu>
  8. Sender: usenet@crd.ge.com (Required for NNTP)
  9. Reply-To: davidsen@crd.ge.com (bill davidsen)
  10. Organization: GE Corporate R&D Center, Schenectady NY
  11. Lines: 17
  12. Nntp-Posting-Host: ariel.crd.ge.com
  13.  
  14. To answer the question someone asked, a large database is one with more
  15. than 2^32 bytes. Addressing becomes a major ugly mess at that point.
  16. For the end user, perhaps actually at 2^31 if you C, since the offset
  17. is signed.
  18.  
  19. I doubt that faking offsets in BCD, or as extents, or whatever is
  20. consistent with high performance and bug-free code.
  21.  
  22. Our RAM and disk have outgrown the word size in a decade. The original
  23. XT had 10MB, today servers with multiple 2.3G drives, or even RAIDs of
  24. 1.3 or 2.3G units are not unheard of.
  25.  
  26. -- 
  27. bill davidsen, GE Corp. R&D Center; Box 8; Schenectady NY 12345
  28.     A terible poker player can have a great hand,
  29.     A obnoxious fool can have a good idea.
  30.     Both are winners, regardless of who has them.
  31.