随笔分类 -  nosql

摘要:从节点每个上面的数据都是对数据库全量拷贝,从节点压力会不会过大? 数据压力大到机器支撑不了的时候能否做到自动扩展? 在系统早期,数据量还小的时候不会引起太大的问题,但是随着数据量持续增多,后续迟早会出现一台机器硬件瓶颈问题的。而mongodb主打的就是海量数据架构,他不能解决海量数据怎么行!不行!“ 阅读全文
posted @ 2016-06-30 21:44 邱明成 阅读(663) 评论(0) 推荐(0) 编辑
摘要:坊间有很多传说MongoDB会丢数据。特别是最近有一个InfoQ翻译的Sven的一篇水文(为什么叫做水文?因为里面并没有他自己的原创,只是搜罗了一些网上的博客,炒了些冷饭吃),其中又提到了丢数据的事情。大家知道作为一个数据库来说,数据的持久性基本上是数据库的最低要求了。如果MongoDB真的有那么糟 阅读全文
posted @ 2016-06-30 21:41 邱明成 阅读(4800) 评论(0) 推荐(1) 编辑
摘要:随着mongodb数据量的增多,可能会达到单个节点的存储能力限制,以及application较大的访问量也会导致单个节点无法承担,所以此时需要构建集群环境,并通过sharding方案将整个数据集拆分成多个更小的chunk,并分布在集群中多个mongod节点上,最终达到存储和负载能力扩容、压力分流的作 阅读全文
posted @ 2016-06-30 21:38 邱明成 阅读(6994) 评论(1) 推荐(2) 编辑
摘要:Stratio’s Cassandra Lucene Index Stratio’s Cassandra Lucene Index, derived from Stratio Cassandra, is a plugin for Apache Cassandra that extends its i 阅读全文
posted @ 2016-01-08 16:17 邱明成 阅读(1082) 评论(1) 推荐(0) 编辑
摘要:http://zhaoyanblog.com/tag/cassandra 阅读全文
posted @ 2015-12-18 18:45 邱明成 阅读(210) 评论(0) 推荐(0) 编辑
摘要:注:本文转自:http://eric100.blog.51cto.com/2535573/1717792 Opscenter用户手册 1. OpsCenter简介 DataStaxOpsCenter是一个可视化管理和监控Apache Cassandra和DataStax Enterprise工具。O 阅读全文
posted @ 2015-12-15 10:54 邱明成 阅读(3063) 评论(0) 推荐(0) 编辑
摘要:In cassandra 2.1.4, if you run "nodetool status" without any keyspace specified, you will get a Note: ? 1 2 3 4 5 6 7 8 9 $ nodetool status Datacenter 阅读全文
posted @ 2015-12-14 21:43 邱明成 阅读(1813) 评论(0) 推荐(0) 编辑
摘要:创建keyspace :CREATE KEYSPACE keyspace1 WITH replication = {'class': 'NetworkTopologyStrategy', 'DC1': '3'}; 阅读全文
posted @ 2015-11-24 19:29 邱明成 阅读(307) 评论(0) 推荐(0) 编辑
摘要:压力测试:cassandra-stress [command] -node [nodes] -mode thrift user=[user] password=[password] example: cassandra-stress write n=10 -node 192.168.0.105 -m 阅读全文
posted @ 2015-11-24 18:59 邱明成 阅读(351) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示