Skip to content
New issue

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

完整sql参数问题 #3

Open
allon2 opened this issue Jan 17, 2020 · 0 comments
Open

完整sql参数问题 #3

allon2 opened this issue Jan 17, 2020 · 0 comments

Comments

@allon2
Copy link

allon2 commented Jan 17, 2020

-- -- 开启 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)); 这个函数对应的参数吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant