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.

Facebook Announces Apollo, a New NoSQL Database for On-line Low Latency Storage

135 pointsby sumitkumaralmost 11 years ago

4 comments

dj-wonkalmost 11 years ago
&quot;Currently, Apollo is developed internally at Facebook. No firm claims were made during the talk that it will be opensourced. It was mentioned as a possibility after internal development settles down.&quot; from <a href="http://java.dzone.com/articles/facebook-announces-apollo-qcon" rel="nofollow">http:&#x2F;&#x2F;java.dzone.com&#x2F;articles&#x2F;facebook-announces-apollo-qco...</a>
评论 #7891866 未加载
spiralganglionalmost 11 years ago
One of their supported storage primitives is CRDT-based, according to [1]. I, for one, am really interested to see how this works in practice. I&#x27;ve been quite excited about CRDTs, but haven&#x27;t seen enough examples of them in the wild to get a sense of their drawbacks — for instance, how difficult it is to use them to model various processes or data structures.<p>[1] <a href="https://twitter.com/adrianco/status/476843040330743809" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;adrianco&#x2F;status&#x2F;476843040330743809</a>
评论 #7892178 未加载
评论 #7891888 未加载
eslaughtalmost 11 years ago
&gt; Apollo, Facebook’s Paxos-like NoSQL database ...<p>&gt; supports anything from a minimum of three servers to thousands<p>Sorry, you don&#x27;t run Paxos on thousands of servers. Typical Paxos cluster sizes are 5-7. The algorithm would never converge if you did run it on thousands of servers.
评论 #7892202 未加载
评论 #7892151 未加载
评论 #7892028 未加载
tluyben2almost 11 years ago
&quot;is on-line low latency storage - in particular Flash and in-memory.&quot; &quot;As distinct from a document oriented, or key value store, Apollo is about modifications to data structures, allowing you to represent maps, queues, trees and so on, as well as key values. &quot;<p>Sounds like Redis?
评论 #7892530 未加载