Query performance comparison for several SQL engines
In this article I give a simple test on query performance to several SQL engines… Read moreQuery performance comparison for several SQL engines
In this article I give a simple test on query performance to several SQL engines… Read moreQuery performance comparison for several SQL engines
Drill默认装载了一个dfs插件,它的connection配置是本地文件系统, 所以就是访问本地文件的。 我在web UI上,把dfs的配置copy了一份,再… Read more使用Drill的HDFS存储插件
上篇博客讲了Drill 1.20配置Hive3存储插件,过程还是有点折腾的。 配置完后,我顺便配了下Mysql存储插件,这个就很简单了。 把mysql连接器程序… Read moreDrill的Mysql存储插件
Apache Drill当前版本是1.20,在配置它的Hive存储插件时,一开始我走了不少弯路,没搞成功。后来发现是schema不兼容的问题,当前版本的Dril… Read moreDrill 1.20配置Hive3存储插件
我发现Drill查询复杂的数据结构(map, array)等,还是挺麻烦的,要做多个临时表的join。 比如这个Json: 要按照合理的表格布局来查询,得写如下… Read moreDrill查询复杂的数据结构