上一页 1 ··· 3 4 5 6 7 8 9 下一页
摘要: 1.构建数据 结果: [SQL] SELECT * FROM test.logs1 ORDER BY id ASC LIMIT 100000,100 受影响的行: 0 时间: 0.169s 受影响的行: 0 时间: 4.644s 阅读全文
posted @ 2019-01-23 17:27 诸葛子房 阅读(5447) 评论(0) 推荐(0) 编辑
摘要: windows系统安装: linux系统安装: https://www.cnblogs.com/starof/p/4680083.html 阅读全文
posted @ 2019-01-23 09:49 诸葛子房 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 1.线程池 2.异步执行(主线程执行完了,子线程还没执行完) 3.主线程等待子线程执行完 4.执行带返回值的 阅读全文
posted @ 2019-01-11 13:06 诸葛子房 阅读(191) 评论(0) 推荐(0) 编辑
摘要: HBase 不睡觉书 https://pan.baidu.com/s/1d4u7pPAu_B3sW5w9x1ARdA HBase2018年年度总结 https://pan.baidu.com/s/15nmLsKVkgsV5Z4unvVTnSw 阅读全文
posted @ 2019-01-11 09:53 诸葛子房 阅读(469) 评论(0) 推荐(0) 编辑
摘要: 1.maven 2.工具类 参考:https://blog.csdn.net/qq_22175485/article/details/81025525 阅读全文
posted @ 2019-01-09 15:06 诸葛子房 阅读(5763) 评论(0) 推荐(0) 编辑
摘要: 写入流程 读取流程 https://yq.aliyun.com/articles/670748?spm=a2c4e.11153940.blogcont684011.28.427e4648CTtaPL 阅读全文
posted @ 2019-01-04 20:32 诸葛子房 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 1.MySQL存储引擎: B+树 https://blog.csdn.net/qq_26222859/article/details/80631121 2.HBase LSM树 核心:将对数据的修改增量保持在内存中,达到指定的大小限制后将这些修改操作批量写入磁盘 https://www.cnblog 阅读全文
posted @ 2019-01-03 09:44 诸葛子房 阅读(342) 评论(0) 推荐(0) 编辑
摘要: public int clearTableByTableName(String tableName) throws Exception { logger.debug("======InitHbaseServiceImpl clearTableByTableName======="); int count = 0; List rowsList... 阅读全文
posted @ 2018-12-29 10:39 诸葛子房 阅读(2835) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_36344771/article/details/81130747 阅读全文
posted @ 2018-12-28 21:37 诸葛子房 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 1.先用Spring Boot 搭建 web 服务,构建api 服务 2.压测工具 http://coolaf.com/doc/index 下载地址: https://pan.baidu.com/s/1SmsCQ4Mrrn37CnDcJRiAwg 3.开启gc 日志 -XX:+PrintGCDeta 阅读全文
posted @ 2018-12-28 10:18 诸葛子房 阅读(232) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 下一页