上一页 1 ··· 219 220 221 222 223 224 225 226 227 ··· 273 下一页
摘要: 测试准备 需要将InfluxDB的源码放入 go/src/github.com/influxdata 目录 单写测试代码(write1.go): 单机读: 代码摘自:http://www.cnblogs.com/MikeZhang/p/InfluxDBTest20170212.html 阅读全文
posted @ 2017-05-05 17:13 bonelee 阅读(3040) 评论(0) 推荐(0)
摘要: 3.9 监控、告警系统 监控报警我们分PaaS平台和业务应用两大类。PaaS平台主要聚焦在基础设施和LeEngine的各个服务组件的监控报警(比如主机CPU,内存,IO,磁盘空间,LeEngine各个服务进程等等),这一类使用公司统一的监控报警机制。业务应用类,也就是跑在LeEngine上的各个业务 阅读全文
posted @ 2017-05-05 10:47 bonelee 阅读(825) 评论(0) 推荐(0)
摘要: ./influxd [--config yourconfigfile 2> /dev/null] 之所以重定向 因为默认log是stderr 再启动客户端./influx 可以看到是schema free的,可以动态的添加字段!!! 插入数据: Time Series Name:对应数据库的表名,比 阅读全文
posted @ 2017-05-05 10:38 bonelee 阅读(5080) 评论(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 阅读(3372) 评论(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 阅读(1176) 评论(0) 推荐(0)
摘要: 摘自:http://forfuture1978.iteye.com/blog/546841 4.2.2. 文档号及词频(frq)信息 文档号及词频文件里面保存的是倒排表,是以跳跃表形式存在的。 此文件包含TermCount个项,每一个词都有一项,因为每一个词都有自己的倒排表。 对于每一个词的倒排表都 阅读全文
posted @ 2017-05-04 17:41 bonelee 阅读(2198) 评论(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 阅读(555) 评论(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 阅读(706) 评论(0) 推荐(0)
摘要: 针对lucene6.1较新的分析:http://46aae4d1e2371e4aa769798941cef698.devproxy.yunshipei.com/conansonic/article/details/51849659 老的: Annotated Lucene(源码剖析中文版) Luce 阅读全文
posted @ 2017-05-03 15:38 bonelee 阅读(707) 评论(0) 推荐(0)
摘要: 参考:https://docs.mongodb.com/manual/reference/operator/query/text/ 阅读全文
posted @ 2017-05-03 12:12 bonelee 阅读(462) 评论(0) 推荐(0)
上一页 1 ··· 219 220 221 222 223 224 225 226 227 ··· 273 下一页