TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask YC: MySQL vs. SimpleDB for startups?

1 pointsby kuldeep_kapabout 17 years ago
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 comments

smoodyabout 17 years ago
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_about 17 years ago
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.
ubudesignabout 17 years ago
I'm not familiar with simpleDB but are you compairing a database server with a db service?