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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: mySQL as a Service

5 点作者 mattjung超过 15 年前
I couldn't find any offer for a SQL based database as a service. Register, get access to your (virtual) DB server and plug-in your web-application. Plus DoS protection, auto-scaling, ... Why doesn't exist such a service?

6 条评论

tzury超过 15 年前
Is running your mySQL at AWS good enough?<p>have a look at here: <a href="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1663" rel="nofollow">http://developer.amazonwebservices.com/connect/entry.jspa?ex...</a><p>you get all what you have asked for and even more ;-)
评论 #815831 未加载
bensummers超过 15 年前
Wasn't there a YC startup which offered this?<p>EDIT: Yes - <a href="http://fathomdb.com/about/home" rel="nofollow">http://fathomdb.com/about/home</a>
评论 #815215 未加载
justinsb超过 15 年前
It does exist - we at FathomDB offer a SQL based database as a service, and have a bunch of customers happily (if quietly) using us!
aupajo超过 15 年前
Speed? Doing db calls over the net doesn't seem too efficient.
byoung2超过 15 年前
<a href="http://www.rackspacecloud.com/cloud_hosting_products/sites" rel="nofollow">http://www.rackspacecloud.com/cloud_hosting_products/sites</a>
评论 #815223 未加载
jusob超过 15 年前
Latency would be to high for most usage (retrieve a couple of rows a t a time). I would use it as the service is ALL my queries where taking 1 second and more on my own system, and about the same time (or better: less time) from the cloud.