Skip to content

Commit 060612f

Browse files
authored
[ecosystem](flink) add cache option for flink lookup join (#3477)
## Versions - [x] dev - [x] 4.x - [x] 3.x - [x] 2.1 ## Languages - [x] Chinese - [x] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Cases Built
1 parent 19026e4 commit 060612f

8 files changed

Lines changed: 24 additions & 8 deletions

File tree

docs/ecosystem/flink-doris-connector.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,9 @@ create table dim_city(
562562
'jdbc-url' = 'jdbc:mysql://127.0.0.1:9030',
563563
'table.identifier' = 'dim.dim_city',
564564
'username' = 'root',
565-
'password' = ''
565+
'password' = '',
566+
'lookup.cache.max-rows' = '100000',
567+
'lookup.cache.ttl' = '300s'
566568
);
567569

568570
SELECT a.id, a.name, a.city, c.province, c.country,c.level

i18n/zh-CN/docusaurus-plugin-content-docs/current/ecosystem/flink-doris-connector.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,9 @@ create table dim_city(
563563
'jdbc-url' = 'jdbc:mysql://127.0.0.1:9030',
564564
'table.identifier' = 'dim.dim_city',
565565
'username' = 'root',
566-
'password' = ''
566+
'password' = '',
567+
'lookup.cache.max-rows' = '100000',
568+
'lookup.cache.ttl' = '300s'
567569
);
568570

569571
SELECT a.id, a.name, a.city, c.province, c.country,c.level

i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/ecosystem/flink-doris-connector.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,9 @@ create table dim_city(
563563
'jdbc-url' = 'jdbc:mysql://127.0.0.1:9030',
564564
'table.identifier' = 'dim.dim_city',
565565
'username' = 'root',
566-
'password' = ''
566+
'password' = '',
567+
'lookup.cache.max-rows' = '100000',
568+
'lookup.cache.ttl' = '300s'
567569
);
568570

569571
SELECT a.id, a.name, a.city, c.province, c.country,c.level

i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/ecosystem/flink-doris-connector.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,9 @@ create table dim_city(
563563
'jdbc-url' = 'jdbc:mysql://127.0.0.1:9030',
564564
'table.identifier' = 'dim.dim_city',
565565
'username' = 'root',
566-
'password' = ''
566+
'password' = '',
567+
'lookup.cache.max-rows' = '100000',
568+
'lookup.cache.ttl' = '300s'
567569
);
568570

569571
SELECT a.id, a.name, a.city, c.province, c.country,c.level

i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/ecosystem/flink-doris-connector.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,9 @@ create table dim_city(
563563
'jdbc-url' = 'jdbc:mysql://127.0.0.1:9030',
564564
'table.identifier' = 'dim.dim_city',
565565
'username' = 'root',
566-
'password' = ''
566+
'password' = '',
567+
'lookup.cache.max-rows' = '100000',
568+
'lookup.cache.ttl' = '300s'
567569
);
568570

569571
SELECT a.id, a.name, a.city, c.province, c.country,c.level

versioned_docs/version-2.1/ecosystem/flink-doris-connector.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,9 @@ create table dim_city(
562562
'jdbc-url' = 'jdbc:mysql://127.0.0.1:9030',
563563
'table.identifier' = 'dim.dim_city',
564564
'username' = 'root',
565-
'password' = ''
565+
'password' = '',
566+
'lookup.cache.max-rows' = '100000',
567+
'lookup.cache.ttl' = '300s'
566568
);
567569

568570
SELECT a.id, a.name, a.city, c.province, c.country,c.level

versioned_docs/version-3.x/ecosystem/flink-doris-connector.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,9 @@ create table dim_city(
562562
'jdbc-url' = 'jdbc:mysql://127.0.0.1:9030',
563563
'table.identifier' = 'dim.dim_city',
564564
'username' = 'root',
565-
'password' = ''
565+
'password' = '',
566+
'lookup.cache.max-rows' = '100000',
567+
'lookup.cache.ttl' = '300s'
566568
);
567569

568570
SELECT a.id, a.name, a.city, c.province, c.country,c.level

versioned_docs/version-4.x/ecosystem/flink-doris-connector.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,9 @@ create table dim_city(
562562
'jdbc-url' = 'jdbc:mysql://127.0.0.1:9030',
563563
'table.identifier' = 'dim.dim_city',
564564
'username' = 'root',
565-
'password' = ''
565+
'password' = '',
566+
'lookup.cache.max-rows' = '100000',
567+
'lookup.cache.ttl' = '300s'
566568
);
567569

568570
SELECT a.id, a.name, a.city, c.province, c.country,c.level

0 commit comments

Comments
 (0)