I have an EC2 instance running IIS7 + 2008 R2 SQL database on an EBS volume and wondering if there will be a performance gain by atatching a separate EBS volume just for the database files.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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…