dremio 22 发布

dremio 22 发布了(目前社区版下载以及源码暂时还没发布),新功能很多,也比较值得期待

新特性

  • iceberg dml 支持,支持了delete,update,merge 等操作,很强大
  • azure data explorer 数据源支持
  • sql 编辑器,自动提示
  • sql runner 保存sql
  • sql 命令支持修改内部schema (以后可以修改列数据类型了)
  • CTAS 使用iceberg 作为默认存储了
  • 反射移除了arrow caching (因为不支持无限制splits)
  • 对于mongo 数据源支持 altert table 了
  • 可以基于alert table 添加以及移除主键了(应该是为了查询性能提升提供的)
  • struct 以及list 类型支持了(方便支持复杂类型)

说明

dremio 22 版本的一些特性以及issue 解决,似乎在21.2 有提到,但是从目前relase notes 来看此版本是很支持的期待的,新特性不少
支持icerberg 的dml 支持真的是一个很吸引人的特性

参考资料

https://docs.dremio.com/software/release-notes/220-release/
https://docs.dremio.com/software/sql-reference/sql-commands/apache-iceberg-tables/
https://docs.dremio.com/software/querying-data/
https://docs.dremio.com/software/advanced-administration/metadata-cleanup/

posted on 2022-06-27 08:05  荣锋亮  阅读(51)  评论(2编辑  收藏  举报

导航