We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-- -- 开启 distinct agg 切分 -- SET table.optimizer.distinct-agg.split.enabled=true;
这些参数在哪里可以找到完整的? 有qConfig.withIdleStateRetentionTime(Time.hours(12), Time.hours(24)); 这个函数对应的参数吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
-- -- 开启 mini-batch
-- SET table.exec.mini-batch.enabled=true;
-- -- mini-batch的时间间隔,即作业需要额外忍受的延迟
-- SET table.exec.mini-batch.allow-latency=1s;
-- -- 一个 mini-batch 中允许最多缓存的数据
-- SET table.exec.mini-batch.size=1000;
-- -- 开启 local-global 优化
-- SET table.optimizer.agg-phase-strategy=TWO_PHASE;
-- -- 开启 distinct agg 切分
-- SET table.optimizer.distinct-agg.split.enabled=true;
这些参数在哪里可以找到完整的?
有qConfig.withIdleStateRetentionTime(Time.hours(12), Time.hours(24)); 这个函数对应的参数吗?
The text was updated successfully, but these errors were encountered: