home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / database / 9408 < prev    next >
Encoding:
Text File  |  1993-01-26  |  2.2 KB  |  46 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!van-bc!rsoft!mindlink!a269
  3. From: Mischa_Sandberg@mindlink.bc.ca (Mischa Sandberg)
  4. Subject: Re: What is Sybase anyway?
  5. Organization: MIND LINK! - British Columbia, Canada
  6. Date: Tue, 26 Jan 1993 04:49:23 GMT
  7. Message-ID: <20052@mindlink.bc.ca>
  8. Sender: news@deep.rsoft.bc.ca (Usenet)
  9. Lines: 35
  10.  
  11. At the risk of being part of an avalanche of replies ...
  12.  
  13. Sybase is an SQL database (server) that runs primarily on large Unix boxes.
  14. It is a "client/server" database, in that you can compile procedures
  15. in the server's own procedural language, then invoke them by name and
  16. with parameters, from a client process or client computer.
  17. It's SQL-compliant to ANSI Level 2 (i.e. not embedded SQL as in Ingres
  18. and Informix) and supports triggers (on DELETE from MYTABLE do SOMETHING,
  19. sort of), user-defined datatypes in a limited way, and datatype- or
  20. column-bound rules and default values. Its strong suit seems to be
  21. [BEGIN OPINION> high-speed transaction processing, especially single-row
  22. updates with referential integrity checks; as opposed to mass query
  23. processing. Its query optimizer is definitely leant toward the update
  24. side, and it is based on 70's technology indexing (B-trees) ---
  25. anyone from Sybase care to correct me on that? <END OPINION].
  26. I designed the benchmark that our company did, of Oracle, Informix
  27. and Sybase; an even mix of single-row updates and mass-row queries.
  28. The performance was dominant at the time; these things tend to
  29. seesaw around, but the Sybase system delivered what was promised,
  30. which I cannot say for the others.
  31.  
  32. We are really pleased with it for tables into the 20Mb range, and
  33. can work with it for tables into the 100Mb range. I've received
  34. mail from someone who uses 10Gb tables in Sybase, but with some
  35. of the practical problems we've encountered, I'd say that
  36. you have to plan your ops very carefully beyond 100Mb.
  37.  
  38. If you have any further questions ...
  39. --
  40. Mischa Sandberg ... Mischa_Sandberg@mindlink.bc.ca
  41.                  or uunet!van-bc!rsoft!mindlink!Mischa_Sandberg
  42. *-*-*-*-*-*-*-*-*-*-*
  43. Engineers think equations are an approximation of reality.
  44. Physicists think reality is an approximation of the equations.
  45. Mathematicians never make the connection.
  46.