sql restoring database takes 10 minutes and going!
I'm just restoring a small database(-5MB) but it is taking a lot of time?
Is it 开发者_如何学Pythonstandard or darkness is a feature?You need an exclusive lock on the entire database to do a restore. If the database is in frequent use this can take quite a while.
If noone else is using the database, it should normally take a few seconds to do such a restore.
精彩评论