Hello All,
Can you please let me know what bandwidth and other configuration I should use if I want to use 2GB database on Microsoft Azure.
Technology Tips and News
Hello All,
Can you please let me know what bandwidth and other configuration I should use if I want to use 2GB database on Microsoft Azure.
Are you talking about running SQL on a VM or using the Azure SQL database service? Either way that's a very small database so throughput is not likely going to be a concern with typical IO patterns (80% read, 20% write, 90% random, 8K IO size).
If your database never gets larger than 2GB, then the "Basic" service tier with 5 DTUs (database throughput units) might be a good place to start. If your DB might grow larger than 2GB or you need a little more horsepower you can upgrade to the "Standard" service with 10 DTUs.
These are just starting points. Every application/transaction workload is different and varies. The best thing is to start small as suggested and monitor your performance. If you encounter performance issues (high latency, etc...) then you can just upgrade your DTUs or service tier.
-Robert
Are you talking about running SQL on a VM or using the Azure SQL database service? Either way that's a very small database so throughput is not likely going to be a concern with typical IO patterns (80% read, 20% write, 90% random, 8K IO size).
If your database never gets larger than 2GB, then the "Basic" service tier with 5 DTUs (database throughput units) might be a good place to start. If your DB might grow larger than 2GB or you need a little more horsepower you can upgrade to the "Standard" service with 10 DTUs.
These are just starting points. Every application/transaction workload is different and varies. The best thing is to start small as suggested and monitor your performance. If you encounter performance issues (high latency, etc...) then you can just upgrade your DTUs or service tier.
-Robert
Are you talking about running SQL on a VM or using the Azure SQL database service? Either way that's a very small database so throughput is not likely going to be a concern with typical IO patterns (80% read, 20% write, 90% random, 8K IO size).
If your database never gets larger than 2GB, then the "Basic" service tier with 5 DTUs (database throughput units) might be a good place to start. If your DB might grow larger than 2GB or you need a little more horsepower you can upgrade to the "Standard" service with 10 DTUs.
These are just starting points. Every application/transaction workload is different and varies. The best thing is to start small as suggested and monitor your performance. If you encounter performance issues (high latency, etc...) then you can just upgrade your DTUs or service tier.
-Robert
Are you talking about running SQL on a VM or using the Azure SQL database service? Either way that's a very small database so throughput is not likely going to be a concern with typical IO patterns (80% read, 20% write, 90% random, 8K IO size).
If your database never gets larger than 2GB, then the "Basic" service tier with 5 DTUs (database throughput units) might be a good place to start. If your DB might grow larger than 2GB or you need a little more horsepower you can upgrade to the "Standard" service with 10 DTUs.
These are just starting points. Every application/transaction workload is different and varies. The best thing is to start small as suggested and monitor your performance. If you encounter performance issues (high latency, etc...) then you can just upgrade your DTUs or service tier.
-Robert
Are you talking about running SQL on a VM or using the Azure SQL database service? Either way that's a very small database so throughput is not likely going to be a concern with typical IO patterns (80% read, 20% write, 90% random, 8K IO size).
If your database never gets larger than 2GB, then the "Basic" service tier with 5 DTUs (database throughput units) might be a good place to start. If your DB might grow larger than 2GB or you need a little more horsepower you can upgrade to the "Standard" service with 10 DTUs.
These are just starting points. Every application/transaction workload is different and varies. The best thing is to start small as suggested and monitor your performance. If you encounter performance issues (high latency, etc...) then you can just upgrade your DTUs or service tier.
-Robert