Yanquan Lv created FLINK-37699:
----------------------------------
Summary: Overwrite the parameters of the created Paimon table
through table options
Key: FLINK-37699
URL: https://issues.apache.org/jira/browse/FLINK-37699
Project: Flink
Issue Type: Improvement
Components: Flink CDC
Affects Versions: cdc-3.4.0
Reporter: Yanquan Lv
The table options set through transform are usually used to create new table
properties, but for Paimon Sink, we can also dynamically set table options to
modify the performance of writing.
{code:java}
transform:
- source-table: mydb.web_order
projection: id, order_id, UPPER(product_name) as product_name
table-options: comment=web order
description: auto creating table options example {code}
For example, we can configure the `num-sorted-run.compacition-trigger` option
to modify the timing of triggering the comparison when writing.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)