home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / database / 8623 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.9 KB  |  38 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!spool.mu.edu!agate!rsoft!mindlink!a269
  3. From: Mischa_Sandberg@mindlink.bc.ca (Mischa Sandberg)
  4. Subject: Re: 500'000 records - who does best?
  5. Organization: MIND LINK! - British Columbia, Canada
  6. Date: Mon, 21 Dec 1992 19:45:03 GMT
  7. Message-ID: <18774@mindlink.bc.ca>
  8. Sender: news@deep.rsoft.bc.ca (Usenet)
  9. Lines: 27
  10.  
  11. 500,000 records, averaging 30K *each*. Forget Sybase and Oracle on Suns;
  12. go for a Teradata.
  13.  
  14. We run Sybase on Suns and RS6000's. We chose Sybase because, within our
  15. domain, they beat Oracle down quite handily (they also didn't try to
  16. fudge the benchmark). We put sales history in tables that typically
  17. reach 400K-800K each, with rows of 100-300 bytes. For mass operations,
  18. this is really pushing the limit; for retrieval of individual rows,
  19. this is okay, but watch out on any "maintenance" operation --- updating
  20. a field in all rows, adding a column, operations that implicitly
  21. require temporary tables, etc. With 30K records, you are dealing
  22. with blobs outside the normal record structure; you can run greater
  23. risks. Working with multiple databases (we tie in to Teradata, DB2 and PC
  24. databases), I offer the humble advice that you never want to run
  25. a system within an order of magnitude of its performance limits,
  26. and what you are suggesting is probably outside the envelope already.
  27.  
  28. Unless you have some well-defined, permanently restricted requirement
  29. (e.g. you'd be happy to have all your data sit on CD-ROM, and just
  30. do queries), you might well want to see what the big boys have.
  31. --
  32. Mischa Sandberg ... Mischa_Sandberg@mindlink.bc.ca
  33.                  or uunet!van-bc!rsoft!mindlink!Mischa_Sandberg
  34. *-*-*-*-*-*-*-*-*-*-*
  35. Engineers think equations are an approximation of reality.
  36. Physicists think reality is an approximation of the equations.
  37. Mathematicians never make the connection.
  38.