Amazon SimpleDB

前端 未结 6 1765
粉色の甜心
粉色の甜心 2020-12-31 08:07

Has anyone considered using something along the lines of the Amazon SimpleDB data store as their backend database?

SQL Server hosting (at least in the UK) is expensi

6条回答
  •  Happy的楠姐
    2020-12-31 08:55

    I haven't used SimpleDB, but have been using combination of S3, EC2, and MySQL for our application.

    As long as you are willing to use SimpleDB, then you might as well consider using MySQL (which is very scalable, and not that expensive).

    On the S3 and EC2 side, it is great in practice as well.

提交回复
热议问题