上一页 1 ··· 247 248 249 250 251 252 253 254 255 ··· 271 下一页
摘要: 转自:http://www.open-open.com/lib/view/open1426065900123.html 许多分布式计算系统都可以实时或接近实时地处理大数据流。本文将对三种Apache框架分别进行简单介绍,然后尝试快速、高度概述其异同。 转自:http://www.open-open. 阅读全文
posted @ 2017-01-18 09:54 bonelee 阅读(6622) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.infoq.com/cn/news/2015/02/apache-samza-top-project Apache Samza是一个开源、分布式的流处理框架,它使用开源分布式消息处理系统Apache Kafka来实现消息服务,并使用资源管理器Apache Hadoop Y 阅读全文
posted @ 2017-01-18 09:43 bonelee 阅读(1658) 评论(0) 推荐(0) 编辑
摘要: 停止mongodb use admin db.shutdownServer(); mongos> db.shutdownServer(); assert failed : unexpected error: "shutdownServer failed: unauthorized: this com 阅读全文
posted @ 2017-01-17 15:18 bonelee 阅读(3821) 评论(0) 推荐(0) 编辑
摘要: 在搭建分片之前,先了解下分片中各个角色的作用。 在部署之前先明白片键的意义,一个好的片键对分片至关重要。片键必须是一个索引,数据根据这个片键进行拆分分散。通过sh.shardCollection加会自动创建索引。一个自增的片键对写入和数据均匀分布就不是很好,因为自增的片键总会在一个分片上写入,后续达 阅读全文
posted @ 2017-01-17 10:11 bonelee 阅读(2116) 评论(0) 推荐(0) 编辑
摘要: MongoDB3.0中的压缩选项 在MongoDB 3.0中,WiredTiger为集合提供三个压缩选项: 有索引的两个压缩选项: 请记住哪些适用于MongoDB的3.0所有压缩选项: 官方说法: Compression With WiredTiger, MongoDB supports compr 阅读全文
posted @ 2017-01-16 15:44 bonelee 阅读(544) 评论(0) 推荐(0) 编辑
摘要: 转自:https://scalegrid.io/blog/enabling-data-compression-in-mongodb-3-0/ MongoDB 3.0 with the wired tiger storage engine enables you to transparently co 阅读全文
posted @ 2017-01-16 15:38 bonelee 阅读(2497) 评论(0) 推荐(1) 编辑
摘要: 转自:https://ayende.com/blog/171745/code-reading-wukong-full-text-search-engine I like reading code, and recently I was mostly busy with moving our offi 阅读全文
posted @ 2017-01-16 11:21 bonelee 阅读(630) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.itdadao.com/articles/c15a531189p0.html http://www.cnblogs.com/bettersky/p/6158172.html 参考 https://github.com/cloudius-systems/osv/wiki/B 阅读全文
posted @ 2017-01-13 17:36 bonelee 阅读(2607) 评论(1) 推荐(0) 编辑
摘要: You need to edit cassandra.yaml on the node you are trying to connect to and set the node ip address for rpc_address and listen_address and restart Ca 阅读全文
posted @ 2017-01-13 17:23 bonelee 阅读(8205) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.ha97.com/4580.html 本文图片来自Ricky Ho的博文MongoDB构架(MongoDB Architecture),这是个一听就感觉很宽泛的话题,但是作者在文章中确实对MongoDB由内至外的架构进行了剖析。本文截取了其文章中的几张重点架构示意图片进行 阅读全文
posted @ 2017-01-13 15:30 bonelee 阅读(387) 评论(0) 推荐(0) 编辑
上一页 1 ··· 247 248 249 250 251 252 253 254 255 ··· 271 下一页