Qi Chen
e841d82ffb
[Enhancement](hive-writer) Adjust table sink exchange rebalancer params. (#33397)
Issue Number: #31442
Change table sink exchange rebalancer params to node level and adjust these params to improve write performance by better balance.
rebalancer params:
```
DEFINE_mInt64(table_sink_partition_write_min_data_processed_rebalance_threshold,
"26214400"); // 25MB
// Minimum partition data processed to rebalance writers in exchange when partition writing
DEFINE_mInt64(table_sink_partition_write_min_partition_data_processed_rebalance_threshold,
"15728640"); // 15MB
```
2024-04-12 13:09:56 +08:00
..
2024-04-11 09:29:42 +08:00
2023-11-16 09:53:42 +08:00
2024-03-15 18:13:41 +08:00
2024-04-10 15:26:09 +08:00
2024-04-12 13:09:56 +08:00
2024-04-11 17:12:17 +08:00
2024-04-11 09:31:50 +08:00
2023-12-16 10:44:43 +08:00
2024-04-10 15:26:08 +08:00
2024-03-21 14:07:22 +08:00
2024-04-11 08:35:13 +08:00
2024-03-22 14:20:19 +08:00
2024-04-10 16:03:05 +08:00
2024-04-11 17:12:17 +08:00
2024-02-05 22:00:24 +08:00
2024-04-12 13:09:56 +08:00
2024-04-12 13:09:56 +08:00
2024-04-11 13:10:24 +08:00
2024-03-04 21:49:07 +08:00
2023-11-28 13:02:30 +08:00
2024-04-11 09:31:50 +08:00
2024-04-12 10:43:16 +08:00