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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Riak 2.0.0 RC1

100 点作者 cmeiklejohn将近 11 年前

7 条评论

morsch将近 11 年前
I have a hard time keeping up with all the NoSQL engines out there. What can I do about it? I could easily evaluate, say, CouchDB in a side-project, but that&#x27;s a) not necessarily going to tell me a lot about its characteristics at scale, and b) I can&#x27;t do this even for the big NoSQL engines out there.<p>Is there a good overview? I realize that this is sort of an oxymoron -- a high level overview is doomed to fail because you can&#x27;t compress the complex characteristics down to a few bulletpoints. Antirez put it this way [0]: <i>That said I think that picking the good database is something you can do only with a lot of work. Picking good technologies for your project is hard work, so there is to try one, and another and so forth, and even reconsidering after a few years (or months?) the state of the things again, given the evolution speed of the DB panorama in the recent years.</i><p>That was a comment to a pretty good overview[1], which despite being 3 years old is still useful. Apart from the purely technical characteristics, social characteristics such as rate of updates, adoption (and by whom?), openness are also interesting. You just &quot;know&quot; these things for the fields you&#x27;re working in, but they&#x27;re very hard to tell from outside and rarely discussed.<p>[0] <a href="https://news.ycombinator.com/item?id=2053594" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=2053594</a> [1] <a href="http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis" rel="nofollow">http:&#x2F;&#x2F;kkovacs.eu&#x2F;cassandra-vs-mongodb-vs-couchdb-vs-redis</a>
评论 #8073244 未加载
Pfiffer将近 11 年前
Ooo, theres some support for CRDTs in here:<p><a href="https://github.com/basho/riak/blob/2.0/RELEASE-NOTES.md#convergent-data-types" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;basho&#x2F;riak&#x2F;blob&#x2F;2.0&#x2F;RELEASE-NOTES.md#conv...</a>
评论 #8066289 未加载
评论 #8066274 未加载
评论 #8068501 未加载
lobster_johnson将近 11 年前
This looks really nice. The lack of automatic merging was really the last hurdle preventing me from wanting to use Riak.<p>One issue: I&#x27;m surprised that the merge algorithm seems to generally pick the last write as the winner. For example about registers, the docs say: &quot;The most chronologically recent value wins, based on timestamps&quot;. But that&#x27;s not always correct: For example, if client A reads version 10 and writes version 11, and then some client B has version 9 and writes version 12, you have a conflict where node A&#x27;s version should win even though it&#x27;s older, since it&#x27;s history is more correct.<p>Or is the documentation just ambiguously worded? It says the algorithm is _weighted_ towards last-write-wins, but also that it takes history into consideration.
评论 #8067697 未加载
losvedir将近 11 年前
As a RoR developer primarily, Jose Valim&#x27;s new language, Elixir, which looks ruby-esque but runs on the Erlang VM, has piqued my interest in learning more about Erlang.<p>Erlang has always been on the outskirts of my awareness as something that might be worth looking into, but I can&#x27;t quite determine what it&#x27;s best used for. I know it&#x27;s behind a lot of telecom stuff, and that it powers WhatsApp, but when you&#x27;re not dealing with massive scale where you need distributed computing and fault tolerance, are there still benefits?<p>Does Erlang make sense for a side-project web app? Or is it mostly for enterprise-level applications?
kitd将近 11 年前
Very interesting.<p>Riak is one of the core components in the new Spine2 data messaging and handling hub being built for the NHS here in the UK.<p>The NHS is one of the largest producers and consumers of data in Europe and the new hub is being evolved using FOSS software and agile methods.<p>More details: <a href="http://www.ehi.co.uk/news/ehi/8534/spine2-built-in-house-on-open-source" rel="nofollow">http:&#x2F;&#x2F;www.ehi.co.uk&#x2F;news&#x2F;ehi&#x2F;8534&#x2F;spine2-built-in-house-on-...</a>
alphadevx将近 11 年前
I&#x27;m most excited about the embedded Solr search engine in this release (Yokozuna), always felt that architecturally search and data should sit in the same place.
评论 #8068198 未加载
politician将近 11 年前
Congrats Basho!