English 中文(简体)
亚马孙妇女协会:我应当使用哪些服务?
原标题:Amazon AWS:: Which service should I use?

我计划主办我讲一门马孙的游戏。 基本上,我的游戏需要一个数据库,目前,我正在利用我的ql(有关数据库)储存用户数据。

我对麻木.子来说是新鲜事,我阅读了一些文章。 http://aws.amazon.com/running_databases/“rel=“nofollow”http://aws.amazon.com/running_databases/。 为数据库提供一些可供选择的选择。

  1. RDS (relational database services)
  2. EC2 with Relational Database AMI (it has mysql)
  3. simpleDB

我认为,我将ski熟简行,因为我阅读了样本代码,数据库结构的类型不同于关系目录,没有合并表格,所有数据都储存在图表中。 我现在正在发展起来的游戏已经是关系式的,因为所有的《任择议定书》已经为未来项目制定,我可以考虑这样做。

现在,留下了我应该使用的区域发展系统和EC2? 比较成本、业绩、可靠性和稳定性? 我的游戏服务器要求:

  • MySQL数据库(因为我只熟悉这一数据库引擎,我已经开发了半途游戏,没有时间再做或学习新语言)

  • 2. 便于比额表编制

  • 平衡

  • 自动备份

  • (如有可能,未来维修工程减少)

请允许我提出一些建议,非常感谢。

问题回答

由于你已经选择了有关核武器国家的MySQL,问题只是你是否愿意在时机上或通过AWS RDS服务机构接收数据库服务器。

In comparison in costs, performances, reliability and stability and the your game server requirements: MySQL database Easy to scale, Load balancing, Automatic backup, (if possible, less maintenance works in future),

AWS RDS would be the BEST option.

随着您的环境规模的扩大,如果你担任环境局的东道国,它可能很复杂,需要大量的处理和维护。

While AWS RDS makes it easy for you.

希望:

如果你需要EC2(例如网络托管)的话,那么,如果你已经付钱的2EC2,则会更便宜地主办MySQL。

但是,随着你的工作量增加,我肯定会看到区域发展动态,以便更方便地扩大规模,减少管理费用,更好地恢复灾害故事......。 在我看来,没有理由主办我的高级后勤科专门处理EC2事件。

For your requirement of load balancing and easy scaling you will need a dedicated instance for database. Your EC2 instances hosting your game would be behind load balancer and those will all connect to one database on dedicated instance. That dedicated instance hosting your database could be RDS or EC2 instance. RDS is expensive but has its benefits.





相关问题
Export tables from SQL Server to be imported to Oracle 10g

I m trying to export some tables from SQL Server 2005 and then create those tables and populate them in Oracle. I have about 10 tables, varying from 4 columns up to 25. I m not using any constraints/...

SQL server: Can NT accounts be mapped to SQL server accounts

In our database we have an SQL server account that has the correct roles to access some of the databases. We are now switching to windows authentication and I was wondering if we can create a NT user ...

SQL Server 2000, ADO 2.8, VB6

How to determine if a Transaction is active i.e. before issuing Begin Transaction I want to ensure that no previous transaction are open.. the platform is VB6, MS-SQL Server 2000 and ADO 2.8

热门标签