上一页 1 ··· 250 251 252 253 254 255 256 257 258 ··· 273 下一页
摘要: MongoDB3.0中的压缩选项 在MongoDB 3.0中,WiredTiger为集合提供三个压缩选项: 有索引的两个压缩选项: 请记住哪些适用于MongoDB的3.0所有压缩选项: 官方说法: Compression With WiredTiger, MongoDB supports compr 阅读全文
posted @ 2017-01-16 15:44 bonelee 阅读(563) 评论(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 阅读(2534) 评论(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 阅读(646) 评论(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 阅读(2631) 评论(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 阅读(8253) 评论(0) 推荐(0)
摘要: 转自:http://www.ha97.com/4580.html 本文图片来自Ricky Ho的博文MongoDB构架(MongoDB Architecture),这是个一听就感觉很宽泛的话题,但是作者在文章中确实对MongoDB由内至外的架构进行了剖析。本文截取了其文章中的几张重点架构示意图片进行 阅读全文
posted @ 2017-01-13 15:30 bonelee 阅读(406) 评论(0) 推荐(0)
摘要: ycsb有几个目录需要注意下: 2 使用 ycsb在执行的时候,分为两阶段:load阶段 和 transaction阶段 2.1 load阶段 该阶段主要用于构造测试数据,ycsb会基于参数设定,往db里面构造测试需要的数据,如: 1 ./bin/ycsb load mongodb-async -s 阅读全文
posted @ 2017-01-13 15:10 bonelee 阅读(3228) 评论(0) 推荐(0)
摘要: 转自:http://blog.sina.com.cn/s/blog_48c95a190102v9kg.html YCSB(Yahoo! Cloud Serving Benchmark)是雅虎开源的一款通用的性能测试工具。通过这个工具我们可以对各类NoSQL产品进行相关的性能测试,包括:HBase、 阅读全文
posted @ 2017-01-13 15:09 bonelee 阅读(2410) 评论(1) 推荐(0)
摘要: MongoDB GridFS GridFS 用于存储和恢复那些超过16M(BSON文件限制)的文件(如:图片、音频、视频等)。 GridFS 也是文件存储的一种方式,但是它是存储在MonoDB的集合中。 GridFS 可以更好的存储大于16M的文件。 GridFS 会将大文件对象分割成多个小的chu 阅读全文
posted @ 2017-01-13 11:53 bonelee 阅读(3272) 评论(0) 推荐(1)
摘要: 数据分区 数据分区 MongoDB中数据的分片是以集合为基本单位的,集合中的数据通过 片键 被分成多部分. 片键 对集合进行分片时,你需要选择一个 片键 , shard key 是每条记录都必须包含的,且建立了索引的单个字段或复合字段,MongoDB按照片键将数据划分到不同的 数据块 中,并将 数据 阅读全文
posted @ 2017-01-13 11:40 bonelee 阅读(4128) 评论(0) 推荐(0)
上一页 1 ··· 250 251 252 253 254 255 256 257 258 ··· 273 下一页