[ https://issues.apache.org/jira/browse/FLINK-34001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804088#comment-17804088 ]
yong yang commented on FLINK-34001: ----------------------------------- tb1 join tb2(dim table); The amount of data in tb1 is very large, but only a small part of the data can be matched in tb2; if use lookup join, You can't avoid caching large amounts of data, nor can you avoid the stress that a large number of queries put on dimension tables; so I want to do this using a two-stream join, with the dimension table using the flinkcdc method; > doc of "Configure Operator-level State TTL" error > ------------------------------------------------- > > Key: FLINK-34001 > URL: https://issues.apache.org/jira/browse/FLINK-34001 > Project: Flink > Issue Type: Improvement > Components: Documentation, Table SQL / API > Affects Versions: 1.18.0 > Reporter: yong yang > Assignee: Jane Chan > Priority: Major > > doc: > https://nightlies.apache.org/flink/flink-docs-release-1.18/docs/dev/table/concepts/overview/#idle-state-retention-time > The current TTL value for both left and right side is {{{}"0 ms"{}}}, which > means the state retention is not enabled. > > but i test find : > The current TTL value for both left and right side is {{{}"0 ms"{}}}, which > means the state is permanence keep! -- This message was sent by Atlassian Jira (v8.20.10#820010)