Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
Description
The primary key and unique key is a standard meta information in SQL. And they are important information for optimization, for example, AggregateRemove, AggregateReduceGrouping and state layout optimization for TopN and Join.
So in this issue, we want to extend TableSchema to carry more information about primary key and unique keys. So that the TableSource can declare this meta information.
Attachments
Issue Links
- is a child of
-
FLINK-11492 Support the full Blink SQL runtime
- Closed
- is duplicated by
-
FLINK-14978 Introduce constraint class hierarchy required for primary keys
- Closed
- links to