awu25
04-28-2010, 12:21 PM
We are thinking to host our SQL server in a cloud. IS there any performance/security issue with hosting our database in cloud?
![]() | View Full Version : Hosting SQL in cloud awu25 04-28-2010, 12:21 PM We are thinking to host our SQL server in a cloud. IS there any performance/security issue with hosting our database in cloud? devonblzx 04-28-2010, 01:40 PM What type of cloud? awu25 04-28-2010, 01:41 PM I am new with this so I don't even know what types of clouds are out there. holmesa 05-01-2010, 09:24 AM You can do this with Amazon EC2. You will get performance options and security will be on a very high level. Let me know if this helps. cagoon 05-01-2010, 09:26 AM you will probably notice higher load times since sql isn't on the same network. the load times will generally increase with the size of your queries. won't hurt to test it though. pnorilsk 05-25-2010, 10:20 AM Good idea, Microsoft agrees with you. Check it out - "SQL Azure" psmith98752 05-25-2010, 12:05 PM Well do you just mean you want High Availability for SQL server? You'd implement this with mirroring or clustering - the servers themselves can be on the cloud. plumsauce 05-25-2010, 09:24 PM Hosting SQL in a cloud just gets you ACID rain. :D albatroz 06-05-2010, 08:28 AM There is a free option you can try here http://www.microsoft.com/windowsazure/offers/ enotchnet 06-05-2010, 08:51 AM I don't think it would good to just move the SQL portion of your application and/or environment to the cloud. As resource itensive and network aware that SQL Server is these days especially with SQL 2008 R2. I think you'll starting getting weird errors that will be a nightmare to troubleshoot. We tried this as a POC with a medium SharePoint farm for a customer and it was a disaster. arisythila 06-06-2010, 05:42 PM I would stay away from Amazon's EC2. I would keep your SQL database close to your main server. But it's all depending on the application your running. We have a few customers that do this, but there application that runs in windows that hits the database server. So there are no real issues. But if your having this for a website there will be latency issues (slowdowns). Thanks, sam9 06-07-2010, 08:47 PM A cloud environment - EC2 / Rackspace or any other - will allow you to dedicate instances to your database/SQL. This can mean better performance. Amazon, incidentally, also has RDS or Amazon Relational Database Service, which can help you optimize your db performance. It is for MySQL 5.1, currently. Cheers! Stratogen 06-16-2010, 05:20 PM SQL server is the worst app to host in the cloud because it needs high iops, so you need to choose your provider carefully. Many of the enterprise providers recommend a hybrid solution that keeps your SQL server separate from your other virtual machines. 01globalnet 06-16-2010, 09:06 PM For a website, this is a bad idea. There will be latency issues and also billable transfer... Just signup with a cloud provider. Many providers can also combine dedicated, shared and cloud servers, all of them connected via internal network. One provider that comes to my mind would be Cartika. There are more of course! |