08 2023 档案
摘要:# 异步索引 ```python create index XXX on database.tablename(col1, col2) include(col3, col4) async hbase org.apache.phoenix.mapreduce.index.IndexTool \ --s
阅读全文
摘要:Phoenix 指南-01 create 'jinshan' ,'info','info1' put 'jinshan','1001','info:createtime',Bytes.toBytes(1602237645881) put 'jinshan','1001','info1:age',By
阅读全文
摘要:# Hbase 整合 Phoenix 之二级索引 Phoenix 的一级索引就是它的主键,对应的就是 hbase 的 rowkey,这个是默认的机制,我们不需要额外操作。 故二级索引就是非主键 /rowkey 列的索引。创建二级索引的目的就是为了加快查询速度。 Hbase 只能基于 rowkey 去
阅读全文
摘要:# Canal # Flume # Impala/Presto # ELK #Kudu # MySQL # Redis # Mahout/MLLib # Apache Beam # MOLAP 是一种通过与计算cube方式加速查询的OLAP引擎,核心思想是“空间换时间”,典型的有Druid和Kyli
阅读全文
摘要:Smartbi 笔记 https://www.zhihu.com/question/449475883/answer/3050811985?utm_id=0
阅读全文
摘要:消息队列 传统的消息队列的主要应用场景包括:缓存/消峰、解耦和异步通信。 kafka shell 基础 https://www.jianshu.com/p/de3823b538d2 https://blog.csdn.net/kobeyu652453/article/details/13004840
阅读全文