flinksql里面还有其他一些表的概念么?*来自志愿者整理的flink邮件归档
Temporal(dynamic) Table: Temporal table is a table that evolves over time
as known as Flink *dynamic table
rows in temporal table are associated with one or more temporal periods,
all Flink tables are temporal(dynamic) table.
Version: A dynamic table can split into a set of versioned table
snapshots, the version in table snapshots represents the valid life
circle of rows, the start time and the end time of the valid period can be
assigned by users. Temporal table can split to versioned table and regular
table according to the table can tracks its history version or not.
Versioned table: If the row in dynamic table can track its history
changes and visit its history versions, we called this kind of
dynamic table as versioned table.
Regular table*:* For regular table, the row in dynamic table can only
track its latest version. The table in lookup join can only track its
latest version it's also a regular table.
https://wiki.apache.org/confluence/display/FLINK/FLIP-132+Temporal+Table+DDL+and+Temporal+Table+Join*来自志愿者整理的FLINK邮件归档
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。