上一页 1 ··· 248 249 250 251 252 253 254 255 256 ··· 273 下一页
摘要: 在:http://www.lmdb.tech/bench/inmem/ 2. Small Data Set Using the laptop we generate a database with 20 million records. The records have 16 byte keys a 阅读全文
posted @ 2017-01-22 20:30 bonelee 阅读(5900) 评论(0) 推荐(0)
摘要: 转自:http://blog.codeg.cn/2016/02/02/wukong-source-code-reading/ 搜索过程分析 下面我们来分析一下搜索的过程。首先构造一个SearchRequest对象。一般情况下只需提供SearchRequest.Text即可。 从本文一开始那段示例代码 阅读全文
posted @ 2017-01-22 20:17 bonelee 阅读(554) 评论(0) 推荐(0)
摘要: 转自:http://blog.codeg.cn/2016/02/02/wukong-source-code-reading/ 索引过程分析 下面我们来分析索引过程。 这里需要注意的是,docId参数需要调用者从外部传入,而不是在内部自己创建,这给搜索引擎的实现者更大的自由。 将文档交给分词器处理,然 阅读全文
posted @ 2017-01-22 20:17 bonelee 阅读(669) 评论(0) 推荐(0)
摘要: 用bash开5个python进程来测试写入性能,注意:当集群数目增加,应当增加bash脚本的并发进程数! test_cass.py bash run.sh 阅读全文
posted @ 2017-01-22 15:37 bonelee 阅读(868) 评论(0) 推荐(0)
摘要: Keyspaces A cluster is a container for keyspaces. A keyspace is the outermost container for data in Cassandra, corresponding closely to a schema in a 阅读全文
posted @ 2017-01-22 10:55 bonelee 阅读(2218) 评论(1) 推荐(0)
摘要: ethtool eth0 会包含速度模式等各项属性信息 lspci|grep -i ether 可以查看硬件设备具体型号,会包含硬件厂商及信息 dmesg |grep -i eth 会显示系统加载网卡时写入/var/log/message里的信息 阅读全文
posted @ 2017-01-20 19:13 bonelee 阅读(4441) 评论(0) 推荐(0)
摘要: iptraf iptraf是一款交互式、色彩鲜艳的IP局域网监控工具。它可以显示每个连接以及主机之间传输的数据量。下面是屏幕截图。 安装iptraf: 阅读全文
posted @ 2017-01-20 19:09 bonelee 阅读(1473) 评论(0) 推荐(0)
摘要: iostat是I/O statistics(输入/输出统计)的缩写,iostat工具将对系统的磁盘操作活动进行监视。它的特点是汇报磁盘活动统计情况,同时也会汇报出 CPU使用情况。同vmstat一样,iostat也有一个弱点,就是它不能对某个进程进行深入分析,仅对系统的整体情况进行分析。 iosta 阅读全文
posted @ 2017-01-20 18:14 bonelee 阅读(20097) 评论(0) 推荐(2)
摘要: 见:https://software.intel.com/sites/default/files/Configuration_and_Deployment_Guide_for_Cassandra_on_IA.pdf NoSQL databases can be classified into fou 阅读全文
posted @ 2017-01-20 12:18 bonelee 阅读(1452) 评论(0) 推荐(0)
摘要: lsmod....mptsas 62545 7 阅读全文
posted @ 2017-01-19 16:53 bonelee 阅读(444) 评论(0) 推荐(0)
上一页 1 ··· 248 249 250 251 252 253 254 255 256 ··· 273 下一页