Query performance comparison for several SQL engines
In this article I give a simple test on query performan… Read More
In this article I give a simple test on query performan… Read More
I have three VPS for test purpose. They are coming from… Read More
Drill默认装载了一个dfs插件,它的connection配置是本地文件系统, 所以就是访问本地文件的。 我… Read More
上篇博客讲了Drill 1.20配置Hive3存储插件,过程还是有点折腾的。 配置完后,我顺便配了下Mysql… Read More
Apache Drill当前版本是1.20,在配置它的Hive存储插件时,一开始我走了不少弯路,没搞成功。后来… Read More
我发现Drill查询复杂的数据结构(map, array)等,还是挺麻烦的,要做多个临时表的join。 比如这… Read More
除了传统的SQL字段类型,Hive和Drill都支持另外的高级数据结构,比如map和array。当然Hive还… Read More
关系型数据库的window函数我们都熟悉,主要用于统计分析目的,又叫做分析函数。 Apache组织下的一系列S… Read More
Apache Drill加载数据很方便,在加载之前不需要创建schema,它遵循schema by read的… Read More
在towards data science看到这篇帖子,简单对比了spark和drill的SQL引擎。 从我个… Read More