Iceberg 高级特性与应用实践.pdf

编号:121869 PDF 19页 3.15MB 下载积分:VIP专享
下载报告请您先登录!

Iceberg 高级特性与应用实践.pdf

1、演讲题目演讲人:陈俊杰-腾讯-资深研发工程师Iceberg 最新高级特性介绍01Iceberg 高级特性解锁新场景0203高级特性在腾讯应用与实践04Q/A目录Iceberg 社区高级特性介绍Part 01Branch and TagNew Table APIcreateBranch(String name,long snapshotId);createTag(String name,long snapshotId);A-B-C(master)(tag1)D-E(archive branch)F-G(test branch)-Create a branch/tag for tableALTER

2、 TABLE table CREAT TAG/BRANCH tagNameAS OF VERSION snapshotIdRETAIN interval DAYS|HOURS|MINUTES-Read from a branchSELECT*FROM table BRANCH/TAG branch_name-Insert into a branchINSERT INTO table BRANCH branch_name SELECT.spark().read().format(iceberg).option(branch,branchName).load(table)spark().write

3、().format(iceberg).option(branch,branchName).mode(SaveMode.Append).save(table)Puffin formatA file format designed to store information such as indexes and statistics about data managed in an Iceberg table that cannot be stored directly within the Iceberg manifest.public interface UpdateStatistics ex

4、tends PendingUpdateList/*Set the tables statistics file for the given snapshot,replacing the previous statistics*file for the snapshot if any exists.*return this for method chaining*/UpdateStatistics setStatistics(long snapshotId,StatisticsFile statisticsFile);/*Remove the tables statistics file for

5、 given snapshot.*return this for method chaining*/UpdateStatistics removeStatistics(long snapshotId);Statistics Table statistics Number of rows Number of distinct values in a column The faction of NULL values in a column Min/max value in a column The average data size of a column How statistics help

6、 CBO?ViewA view is a logical table that can be referenced by future queries,the iceberg viewdefinition standardizes the view metadata for ease of sharing the views across engines.Iceberg高级特性解锁新场景Part 02BRANCH 解锁场景一:CDC 入湖Write raw CDC events to the change branch,produce change log feed from the bran

友情提示

1、下载报告失败解决办法
2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
4、本站报告下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。

本文(Iceberg 高级特性与应用实践.pdf)为本站 (2200) 主动上传,三个皮匠报告文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知三个皮匠报告文库(点击联系客服),我们立即给予删除!

温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。
客服
商务合作
小程序
服务号
折叠