diff --git "a/big data/\345\244\247\346\225\260\346\215\256\345\273\272\350\256\276\345\271\263\345\217\260\345\255\246\344\271\240.md" "b/big data/\345\244\247\346\225\260\346\215\256\345\273\272\350\256\276\345\271\263\345\217\260\345\255\246\344\271\240.md" index 00c03c8..53dfead 100644 --- "a/big data/\345\244\247\346\225\260\346\215\256\345\273\272\350\256\276\345\271\263\345\217\260\345\255\246\344\271\240.md" +++ "b/big data/\345\244\247\346\225\260\346\215\256\345\273\272\350\256\276\345\271\263\345\217\260\345\255\246\344\271\240.md" @@ -161,6 +161,13 @@ Apache kylin是: * MOLAP Cube * 可与其他BI工具无缝集成,如Tableau,而Microstrategy和Excel将很快推出 +Apache kylin总结的特点 +* 通过空间换时间->实现了亚秒级别延迟——>提供了一个交互式的查询 +* 预计算,计算结果保存在HBase中,基于行的关系模式转换为基于键值对的列式模式 +* 维度组合,查询访问不需要扫描表 +* 提供SQL接口 + + 其他值得关注的特性包括: * 作业管理和监控 @@ -526,4 +533,4 @@ JStorm 的性能是Apache Storm 的4倍, 可以自由切换行模式或 mini-b ![](https://static.oschina.net/uploads/img/201701/10171441_5G2r.png) -# 未完待续... \ No newline at end of file +# 未完待续...