There's a "performance game" if you separate database files that might be in contention. For example, if you have two local disks, it might be beneficial to put your .ldf logs on one disk, and your database files on the other disk.
Q: Do you really believe your databases might be in contention with each other "in the cloud"?
If so, by all means try separating them. But I'm guessing it's pretty unlikely...
发布评论
评论(1)
如果将可能存在争用的数据库文件分开,就会出现“性能游戏”。例如,如果您有两个本地磁盘,则将 .ldf 日志放在一个磁盘上,将数据库文件放在另一个磁盘上可能会更有利。
问:您真的相信您的数据库可能会在“云中”相互竞争吗?
如果是这样,请务必尝试将它们分开。但我猜这不太可能......
There's a "performance game" if you separate database files that might be in contention. For example, if you have two local disks, it might be beneficial to put your .ldf logs on one disk, and your database files on the other disk.
Q: Do you really believe your databases might be in contention with each other "in the cloud"?
If so, by all means try separating them. But I'm guessing it's pretty unlikely...