dremio 支持创建iceberg 的方法

实际上在以前介绍dremio 21.1特性的时候我就简单说明过这个特性,但是没有运行起来,实际上是配置问题

参考玩法

  • 配置iceberg
alter system set dremio.iceberg.enabled = true;
alter system set dremio.execution.support_unlimited_splits = true;
alter system set dremio.iceberg.ctas.enabled = true;
  • 使用
create table s3.dalongdemo.apptest store as (type=>'iceberg') as select * from "appdemo"

效果

 

 


查询

 

 

说明

对于iceberg的使用需要使用分布式存储,共享共享以及s3都是不错的选择,如果是单机测试可以直接使用本地文件,但是注意配置,可以参考我以前写的
实际上对于创建iceberg 核心还是对于ctas参数的开启,默认其他几个参数是直接开启的,都有阅读源码,多思考有助于更好的使用dremio

参考资料

https://docs.dremio.com/software/release-notes/210-release/

posted on   荣锋亮  阅读(99)  评论(0编辑  收藏  举报

相关博文:
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· 记一次.NET内存居高不下排查解决与启示
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· .NET10 - 预览版1新功能体验(一)
历史上的今天:
2021-06-11 jcasbin redis watcher 一些修改
2021-06-11 cube.js 0.27.31 一些新特性
2020-06-11 pgspider clickhouse fdw v2 版本
2020-06-11 ola 不错的sql server 维护方案
2020-06-11 几个不错的web资源inlines npm包
2020-06-11 nodejs 几个不错的callback 以及promise 转换处理工具
2019-06-11 circus security 来自官方的安全建议

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示