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

  1. Newsgroups: comp.databases.sybase
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!sunova!higgs.ssc.gov!jbaron
  3. From: jbaron@higgs.ssc.gov (Jeff Baron)
  4. Subject: Re: syslogs
  5. Message-ID: <1993Jan22.192334.16373@sunova.ssc.gov>
  6. Sender: usenet@sunova.ssc.gov (News Admin)
  7. Nntp-Posting-Host: higgs.ssc.gov
  8. Reply-To: jbaron@higgs.ssc.gov (Jeff Baron)
  9. Organization: Superconducting Super Collider Lab
  10. References: <C0wL3t.460@cmptrc.lonestar.org> <28244@sybase.sybase.com> <1993Jan22.180412.8847@odin.corp.sgi.com>
  11. Date: Fri, 22 Jan 1993 19:23:34 GMT
  12. Lines: 36
  13.  
  14. Lee McGee writes:
  15.  
  16. - Why this command is not available to users is a _mystery_ to me.
  17. - It is extraordinarily useful for analysis of the update behavior of 
  18. - application SQL - (what?  inserting 10 rows causes HOW MUCH physical 
  19. - IO? WHY?) - somehing that every Sybase database administrator in 
  20. - the land ought to have access to. 
  21.  
  22. and 
  23.  
  24. - This group ought to demand to Sybase that "dbcc log", and any other 
  25. - benign technique that might by highly useful to the user community, 
  26. - be published for general use.  It does not matter whether Sybase 
  27. - log formats are confidential or not, and frankly the log format 
  28. - should be of no concern to the user.  What does matter is that we 
  29. - are able to report on log contents, for problem analysis.
  30.  
  31. Oh sure.  Do we think that the log is a valuable part of the Sybase
  32. product?  Do we think that Sybase itself has some vested interest in
  33. protecting its product?  Do *other* companies give out data structure
  34. definitions (and source code?) for their products?  Do you think that
  35. if you *demand* something that it will happen, regardless of the 
  36. unreasonableness of the request?
  37.  
  38. The log serves two purposes.  To recover from software failures, such
  39. as an OS crash, and to recover from hardware, or disk, failures.
  40.  
  41. How do you expect it to provide you with information about performance 
  42. analysis in the case of your 10-update example?  Do you think that the 
  43. log contains information about the physical disk i/o involved in this
  44. command, such as the time spent waiting, or the other pages that were
  45. *read* while doing the update?  I don't think so.
  46.  
  47. --
  48. Jeff Baron
  49. jbaron@gauss.ssc.gov
  50.