[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Is there a faster way to shut down a database than proshut <mydb> -F -by ?

  • Thread starter Thread starter slacroixak
  • Start date Start date
Status
Not open for further replies.
S

slacroixak

Guest
(bizarre I've posted something this morning, but its seems to be lost.) My progress version is 11.6.2 Finally, I believe I have found out the answer. A bit too simple to be honest... proshut -F -by takes about 33s to complete proshut -by (no -F) takes only 6s So, my mistake was to use -F systematically, perhaps because I had seen a DBA doing this way in the past. Indeed, if the DB is idle, with few connections and no transaction, then a simple proshut is capable of shutting it rather quickly (I'm happy with 6s indeed). Doing -F seems to do a lot more, for nuts. Never mind, now I will wait a bit before using that -F option.

Continue reading...
 
Status
Not open for further replies.
Back
Top