Capacity planning for SQL server

0

We have a shared server and planning to migrate a few databases to EC2 and the remaining databases to the RDS SQL server. We are using Cloudamize to decide the instance type but it looks like Cloudmize gives the entire server-level reports on how we can determine the RDS and EC2 sizes.

Suppose, if we have 10 databases on SQL server and one application connecting to 6 databases and one application connecting to 4 databases. How we can decide each instance size

질문됨 10달 전306회 조회
1개 답변
1

There are many scripts available on the internet to check the buffer pool, CPU and IO utilization per database. My personal favorites are SQL Server Diagnostic Queries from Glen Berry.

You can use that as a starting point for sizing your instance.

The advantage of cloud and on demand pricing model is that you can scale up or down any time. If you don't get it right, all you have to do is monitor some CloudWatch metrics to see how far your estimates were and adjust accordingly.

AWS
답변함 9달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠