上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 53 下一页

How to beat the CAP theorem

摘要: http://nathanmarz.com/blog/how-to-beat-the-cap-theorem.html http://kb.cnblogs.com/page/124567/ 面对大数据, 提出一种不同的思路 传统的方法在保证可用性的前提下, 必须用很复杂的逻辑来保证数据的最终一致性, 比如Dynamo的方案, 矢量时钟(vector clock)记录数据的版本历史合并.... 阅读全文
posted @ 2012-08-07 17:30 fxjwind 阅读(711) 评论(0) 推荐(0) 编辑

Esper Storm S4

摘要: http://esper.codehaus.org/tutorials/tutorial/tutorial.htmlhttp://esper.codehaus.org/esper-4.6.0/doc/reference/en-US/html/index.htmlhttp://www.slideshare.net/hemapani/siddhi-a-second-look-at-complex-event-processing-implementationsEsper Reference Version 4.6.01.1. Introduction to CEP and event stream 阅读全文
posted @ 2012-08-04 16:50 fxjwind 阅读(1972) 评论(0) 推荐(0) 编辑

GFS - The Google File System

摘要: The Google File System http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.125.789&rep=rep1&type=pdf http://www.dbthink.com/?p=501, 中文翻译 Google牛人云集的地方, 但在设计系统时, 却非常务实, 没有采用什么复杂和时髦的算法和机制 ... 阅读全文
posted @ 2012-07-17 17:00 fxjwind 阅读(9321) 评论(0) 推荐(0) 编辑

bigtable: A Distributed Storage System for Structured Data

摘要: bigtable: A Distributed Storage System for Structured Data http://static.googleusercontent.com/external_content/untrusted_dlcp/research.google.com/en//archive/bigtable-osdi06.pdf http://www.dbthink.... 阅读全文
posted @ 2012-07-07 17:46 fxjwind 阅读(2524) 评论(0) 推荐(0) 编辑

NoSQL Databases - MongoDB

摘要: MongoDB被称为最象RDBMS的NoSQL, 确实是, 因为跟RDBMS相比, 它最大的改动其实就是在数据模型上有所不同. 其次就是MongoDB不支持事务, MongoDB只支持单文件的原子性修改, 和HBase的单row原子性修改一个级别 MongoDB使用Bson(类Json的二进制版), 即灵活的文档类型, 以树型的嵌套关系来替代严格范式的二维关系. 好处, ... 阅读全文
posted @ 2012-07-02 17:33 fxjwind 阅读(973) 评论(0) 推荐(0) 编辑

Comparing Mongo DB and Couch DB

摘要: http://www.mongodb.org/display/DOCS/Comparing+Mongo+DB+and+Couch+DB, 英文 http://www.searchdatabase.com.cn/showcontent_46595.htm, 中文 最根本的不同是, 应用场景的不同, 是对CAP的取舍的不同 MongoDB选择牺牲可用性来保证一致性和原子性, 而couchD... 阅读全文
posted @ 2012-07-02 16:14 fxjwind 阅读(455) 评论(0) 推荐(0) 编辑

NoSQL Databases - CouchDB

摘要: CouchDB还是蛮有意思的一个DB, 总结一下, 他重要的特点 1. 最大的特点就是他的file layout and commitment system, 并由此可以保证ACID特性, 在Nosql里面相当有特点, 参考5.1.6 2. 采用View机制, 这个很方便, 通过javascript就可以简单的定义view, 并可以通过map/reduce逻辑生成view, 但要注意的是, 这... 阅读全文
posted @ 2012-06-28 15:09 fxjwind 阅读(836) 评论(0) 推荐(0) 编辑

NoSQL Databases --Key-/Value-Stores

摘要: Key-/value-stores have a simple data model in common: a map/dictionary, allowing clients to put and request values per key. Besides the data-model and the API, modern key-value stores favor high scalability over consistency and therefore most of them also omit rich ad-hoc querying and analytics feat 阅读全文
posted @ 2012-06-27 10:15 fxjwind 阅读(516) 评论(0) 推荐(0) 编辑

Dynamo: Amazon’s Highly Available Key-value Store

摘要: www.allthingsdistributed.com/2007/10/amazons_dynamo.html , 英文版 http://blog.163.com/woshitony111@126/blog/static/71379539201231492557944/ , 中文版 1 Overview Amazon服务平台中的许多服务只需要主键访问数据存储. 对于许多服务, 如提供... 阅读全文
posted @ 2012-06-26 14:17 fxjwind 阅读(1580) 评论(0) 推荐(0) 编辑

NoSQL Databases技术资料整理汇总

摘要: 0 Reference NoSQL论文 在 Stuttgart Media 大学的 Christof Strauch 历时8个月(2010年6月-2011年2月)完成了一篇150页长的NoSQL相关的论文, 对NoSQL的各个方面做了探讨 http://www.christof-strauch.de/nosqldbs.pdf 分布式系统领域经典论文翻译集 http://duanple.b... 阅读全文
posted @ 2012-06-13 17:44 fxjwind 阅读(1337) 评论(0) 推荐(0) 编辑
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 53 下一页