会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
dretrtg
首页
新随笔
联系
管理
06 2020 档案
kylin的实现原理
摘要:kylin怎样转成scan查询
阅读全文
posted @
2020-06-20 22:01
dretrtg
阅读(273)
评论(0)
推荐(0)
sort by背后使用了什么排序算法
摘要:用到了快速排序,但不仅仅只用了快速排序,还结合了插入排序和堆排序 搬运自https://blog.csdn.net/qq_35440678/article/details/80147601
阅读全文
posted @
2020-06-20 21:43
dretrtg
阅读(164)
评论(0)
推荐(0)
有序数组和无序数组去重时间复杂度
摘要:可以引申为当distinct 时的性能
阅读全文
posted @
2020-06-20 21:38
dretrtg
阅读(771)
评论(0)
推荐(0)
cluster by 和 distribute by性能差异
摘要:暂定https://blog.csdn.net/lzm1340458776/article/details/43306115
阅读全文
posted @
2020-06-20 21:22
dretrtg
阅读(291)
评论(0)
推荐(0)
stringbuilder和stringbuffer速度比较
摘要:JavaUDF函数使用了两种类型,分别测试了一下
阅读全文
posted @
2020-06-04 13:12
dretrtg
阅读(431)
评论(0)
推荐(0)