上一页 1 ··· 219 220 221 222 223 224 225 226 227 ··· 273 下一页
摘要: ./influxd [--config yourconfigfile 2> /dev/null] 之所以重定向 因为默认log是stderr 再启动客户端./influx 可以看到是schema free的,可以动态的添加字段!!! 插入数据: Time Series Name:对应数据库的表名,比 阅读全文
posted @ 2017-05-05 10:38 bonelee 阅读(5095) 评论(1) 推荐(1)
摘要: InfluxDB 分布式时间序列数据库环境搭建 1. 环境说明 Ubuntu14.04 + influxDB V0.10.1 搭建3个节点的分布式数据库,副本数量2,各节点之间自动进行数据备份并与heapster kubernate配合,收集各容器运维数据。 2. InfluxDB安装 wget h 阅读全文
posted @ 2017-05-05 10:32 bonelee 阅读(3381) 评论(0) 推荐(0)
摘要: http://forfuture1978.iteye.com/blog/546841 见图: lucene-6.5.1-src/lucene-6.5.1$ grep "skiplistwriter" * -rilcore/src/java/org/apache/lucene/codecs/lucen 阅读全文
posted @ 2017-05-04 17:54 bonelee 阅读(1190) 评论(0) 推荐(0)
摘要: 摘自:http://forfuture1978.iteye.com/blog/546841 4.2.2. 文档号及词频(frq)信息 文档号及词频文件里面保存的是倒排表,是以跳跃表形式存在的。 此文件包含TermCount个项,每一个词都有一项,因为每一个词都有自己的倒排表。 对于每一个词的倒排表都 阅读全文
posted @ 2017-05-04 17:41 bonelee 阅读(2217) 评论(1) 推荐(0)
摘要: https://github.com/couchbaselabs/vellum Building an FST To build an FST, create a new builder using the New() method. This method takes an io.Writer a 阅读全文
posted @ 2017-05-04 11:34 bonelee 阅读(571) 评论(0) 推荐(1)
摘要: I need to preface this by saying I'm also new to Linux, but I've got it working I think. The instructions you and I tried to follow aren't brilliantly 阅读全文
posted @ 2017-05-03 23:11 bonelee 阅读(732) 评论(0) 推荐(0)
摘要: 针对lucene6.1较新的分析:http://46aae4d1e2371e4aa769798941cef698.devproxy.yunshipei.com/conansonic/article/details/51849659 老的: Annotated Lucene(源码剖析中文版) Luce 阅读全文
posted @ 2017-05-03 15:38 bonelee 阅读(714) 评论(0) 推荐(0)
摘要: 参考:https://docs.mongodb.com/manual/reference/operator/query/text/ 阅读全文
posted @ 2017-05-03 12:12 bonelee 阅读(472) 评论(0) 推荐(0)
摘要: 1. Characteristics of Groonga ppt:http://mroonga.org/publication/presentation/groonga-mysqluc2011.pdf 1.1. Groonga overview Groonga is a fast and accu 阅读全文
posted @ 2017-05-03 11:00 bonelee 阅读(698) 评论(0) 推荐(0)
摘要: 12. sar 找出系统瓶颈的利器 sar是System Activity Reporter(系统活动情况报告)的缩写。sar工具将对系统当前的状态进行取样,然后通过计算数据和比例来表达系统的当前运行状态。它的特点是可以 连续对系统取样,获得大量的取样数据;取样数据和分析的结果都可以存入文件,所需的 阅读全文
posted @ 2017-05-03 10:05 bonelee 阅读(1825) 评论(3) 推荐(0)
上一页 1 ··· 219 220 221 222 223 224 225 226 227 ··· 273 下一页