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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

One Database To Rule The Cloud: Salesforce Debuts Database.com

69 点作者 vdondeti超过 14 年前

24 条评论

jasonkester超过 14 年前
They seem to have exactly positioned themselves in a spot that will ensure that nobody ever uses them.<p>Cloud databases are what you reluctantly use when you realize that your thing is going to need to scale <i>big</i>. Database.com is prohibitively expensive for anything but tiny datasets and low traffic. Oops.<p>So while it would be great for running your in-house inventory application, there's no compelling reason to migrate off your existing (possibly free) relational database infrastructure.<p>And while it would be be great to be able to handle tons of requests to tons of data at the low latency they quote, you can do that on AWS for 1/1000 the cost.
评论 #1980073 未加载
评论 #1979713 未加载
评论 #1979934 未加载
评论 #1980031 未加载
rpmcb超过 14 年前
Database.com is so ugly and unprofessional looking I at first thought it was a spam site and actually had to double check the URL.
评论 #1979414 未加载
评论 #1979228 未加载
ordinaryman超过 14 年前
I am not sure if an app running on a different cloud platform like (Google App Engine / Azure / etc.,) can make use of Database.com and still provide decent response time to user requests.<p>This service will be helpful for pre-generating reports having queries which span across multiple tables (JOINS) and which can use aggregate queries (SUM/COUNT/MAX/MIN/etc.,.), both of which are currently not possible with Google App Engine's BigTable. But with Google already working on full-featured SQL database support (<a href="http://code.google.com/appengine/business/roadmap.html" rel="nofollow">http://code.google.com/appengine/business/roadmap.html</a>), I don't think I will use it for such an use-case too.
评论 #1982369 未加载
viraptor超过 14 年前
I've noticed something interesting about this service. They mention that they support row-level security. If they also support anything like stored procedures, you could basically allow your service to contact database.com directly from the side - no hosting- roundtrip.
评论 #1979206 未加载
tocomment超过 14 年前
Wouldn't that slow down an application to have every database call go over the internet?
评论 #1979131 未加载
评论 #1980386 未加载
评论 #1979089 未加载
评论 #1979152 未加载
评论 #1979190 未加载
frisco超过 14 年前
&#62; "We see cloud databases as a massive market opportunity that will power the shift to real-time enterprise applications that are natively cloud, mobile and social."<p>Wow; that's an <i>impressively</i> high corporate-buzz-word-speak ratio. I guess if we take it literally, though, I guess AT&#38;T and IBM employees have real-time, cloud-based social internal apps to look forward to (IBMVille?).
geophile超过 14 年前
$10/month/100k records? That is outrageously expensive, even ignoring the transaction costs.
risotto超过 14 年前
A much better summary of the service than the techcrunch article:<p><a href="http://www.destinationcrm.com/Articles/CRM-News/Daily-News/Salesforce-Announces-Database.com-the-Enterprise-Database-Built-for-the-Cloud-72400.aspx" rel="nofollow">http://www.destinationcrm.com/Articles/CRM-News/Daily-News/S...</a><p>The enterprise security compliance can not be understated.<p>This is an extremely powerful service that any of us can sip on cheaply. It probably doesn't fit your use cases, but those saying it is too expensive or offers nothing over other database software or services are missing the point.
rbranson超过 14 年前
If you're curious how SalesForce is pulling this off from an architectural point of view, check this video:<p><a href="http://www.youtube.com/watch?v=4MZZDI18opk" rel="nofollow">http://www.youtube.com/watch?v=4MZZDI18opk</a><p>It's mostly built on Oracle RAC.
评论 #1979959 未加载
ZoFreX超过 14 年前
Would it kill them to spend two minutes checking for spelling mistakes / typos?<p>Poor reporting aside, I think this product is... no, I don't know, because the article gave no concrete information at all. Except of course that it's <i>in the cloud!</i>
评论 #1979475 未加载
评论 #1979301 未加载
cash_coleman超过 14 年前
We just released (as in literally 5 hours ago) a competitor to database.com called ClearDB. Our solution is much simpler than theirs is and is priced much more attractively (starter accounts get 400K calls per month for free). We're actually looking for folks to check it out and give feedback. Would you folks mind having a look around? Check it out - www.cleardb.com.
评论 #1981575 未加载
Kilimanjaro超过 14 年前
While having a database online is a cool thing, they need to start offering basic hosting to make this really kick off.<p>Roundtrips will be the major bottleneck, so the solution would be to never leave the server. So, hosting apps like AppEngine is the only way.<p>Or, just offer online databases but with an access-like interface (plenty of potential use cases here) so people store and use the data right there, possibly offering a great reporting tool (like what Crystal used to be eons ago) with a casual REST request for external reports and stuff, but never for external intensive use.
评论 #1979459 未加载
jpwagner超过 14 年前
Lot of Salesforce haters here. A couple of counterpoints to reactions:<p>-Remember that Salesforce is targeting large enterprise deals. Sure they want to be developer friendly, but "in the cloud" is overused because there are so many legacy on-premise SAP/Oracle/etc systems.<p>-The costs should not be compared to AWS, but instead to AWS + the cost of a developer headcount. One of Salesforce's goals it seems is to make it so once implemented minor changes to structure and process are able to be done by business users.
评论 #1979633 未加载
Jach超过 14 年前
For what it's worth, LucidDB ( <a href="http://luciddb.org/" rel="nofollow">http://luciddb.org/</a> ) has a Salesforce foreign data wrapper for it. ( <a href="http://pub.eigenbase.org/wiki/FarragoMedSalesforcePlugin" rel="nofollow">http://pub.eigenbase.org/wiki/FarragoMedSalesforcePlugin</a> ) LucidDB's a column-store standards-focused SQL database, which makes it a lot faster for certain operations (and slower for others, like single row inserts).
goombastic超过 14 年前
My pet peeve with Salesforce is that getting to the data can be difficult especially from other systems.
epynonymous超过 14 年前
correct me if i'm wrong, but this is something to use in conjunction with existing cloud applications right? thanks techcrunch for another non-informative article.<p>i imagine this wouldn't be something someone would consider to replace their in-datacenter database solution, going over the WAN to access database data would be awful.<p>i see this more as a service you would consider rolling up if you were already using vmforce to add automatic database capabilities that could scale according to demand.<p>anyone else have thoughts on this?<p>i wonder if they provide any partitioning automatically built in, that would be cool.
Eugene3v超过 14 年前
I think it is geared more towards mobile apps, which rely on remote db calls anyway.
togasystems超过 14 年前
A number of users mentioned removing middleware from their applications and using this db directly.<p>Out of curiosity, how would one hide the db structure and secure it from malicious users in a javascript app?
评论 #1980068 未加载
mark_l_watson超过 14 年前
I signed up. Figured why not try it out. I really like outsourcing as much as I can (platform as a service like AppEngine and Heroku, datastores like MongoHQ and Cloudant, etc.)
eli超过 14 年前
The obvious comparison seems like it would be with Amazon RDS
评论 #1979146 未加载
zzzeek超过 14 年前
SQL over a web service...speedy !
andybak超过 14 年前
.Net, Java, Ruby and PHP but no direct Python support?
评论 #1980691 未加载
nathanwdavis超过 14 年前
300 ms response time doesn't seem so good.
GrandMasterBirt超过 14 年前
Can this be compared to fathom db? <a href="http://fathomdb.com/about/home" rel="nofollow">http://fathomdb.com/about/home</a><p>Do we have anyone with experience with FDB on hn?
评论 #1979769 未加载