home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / database / sybase / 581 < prev    next >
Encoding:
Internet Message Format  |  1993-01-01  |  1.4 KB

  1. Path: sparky!uunet!spool.mu.edu!agate!usenet.ins.cwru.edu!alpha.ces.cwru.edu!yangying
  2. From: yangying@ces.cwru.edu (Ying Yang)
  3. Newsgroups: comp.databases.sybase
  4. Subject: Re: recovery time at start up
  5. Date: 1 Jan 1993 21:16:15 GMT
  6. Organization: Agency Rent-A-Car
  7. Lines: 25
  8. Message-ID: <1i2cavINN9li@usenet.INS.CWRU.Edu>
  9. References: <1992Dec28.181641.4653@trdlnk.uucp>
  10. NNTP-Posting-Host: easy.ces.cwru.edu
  11.  
  12. In article <1992Dec28.181641.4653@trdlnk.uucp> jay@trdlnk.uucp (Jay Twery) writes:
  13. >I don't understand the following, we are using
  14. >ver. 4.8 on a Sparc platform with around 2GB of data, with
  15. >disk mirroring turned on.
  16. >
  17. >After a recent (clean) shutdown of the server, it took
  18. >50 minutes for the server to start up. The entire
  19. >time the log  said recovering database xxx.
  20. >
  21. >Why should it take any time to restart after a normal 
  22. >shutdown? Is the disk mirroring causing a problem?
  23. >Tech support said it could take 2 hours to recover the
  24. >database, even though it shutdown with no errors.
  25. >Does this make any sense?
  26. >We never experienced this befor 4.8, but we also were
  27. >not doing any disk mirroring.
  28.  
  29.  
  30. When a server is restarted, the server first rolls back all the 
  31. transactions after the beginning of the *oldest* open transaction,
  32. and then repeat all the closed ones in these transactions. So the 
  33. recover time is not only related to the size of the open transactions, 
  34. but also to the beginning time of the oldest open transaction.
  35.  
  36. Hope this helps.
  37.