TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask YC: MySQL vs. SimpleDB for startups?

1 点作者 kuldeep_kap大约 17 年前
Basically, currently we contemplating between MySQL db and cloud databases. We are looking for a scalable and reliable database. Consider large user data in multiples over 100k to 1M users. We understand that we need to make this decision sooner than later as it may get difficult to turn back. The things that worrying us are, 1. Is simpledb (by Amazon) is reliable? 2. Can professionals or enterprises or startups opt for simpledb. 3. what roadblocks we may get considering long term plans, if we opt for simpledb.<p>Please feel free to point databases other than these.<p>Even citation of other articles is appreciated.<p>Thank you.

3 条评论

smoody大约 17 年前
Until Amazon adds the ability to sort result sets, then I imagine it won't work very well in scenarios where you have very large result sets and need to present sorted query results to users -- especially when pagination is required. Of course I haven't used SimpleDB personally and perhaps people have found a way around that limitation.
评论 #162625 未加载
Hates_大约 17 年前
My concerns about using something like simpledb would be about what if Amazon decided to discontinue the service, upgrade/change the service which broke your implementation etc etc. Personally I would not feel comfortable running my site on machines/software I did not have control over.
ubudesign大约 17 年前
I'm not familiar with simpleDB but are you compairing a database server with a db service?