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
Describe the problem
使用 ePQ 执行 Q17 和 Q18 时可能会出现 OOM。需要设置以下参数防止用尽内存: SET polar_px_optimizer_enable_hashagg = 0;
SET polar_px_optimizer_enable_hashagg = 0;
需要增加说明: 如何解决oom, 例如什么版本将支持on disk hashagg? 关闭后性能是否会变差? 还有没有其他参数可控制hashagg内存使用? 例如work_mem?
The text was updated successfully, but these errors were encountered:
Hi @digoal ~ Thanks for opening this issue! 🎉
Please make sure you have provided enough information for subsequent discussion.
We will get back to you as soon as possible. ❤️
Sorry, something went wrong.
No branches or pull requests
Describe the problem
使用 ePQ 执行 Q17 和 Q18 时可能会出现 OOM。需要设置以下参数防止用尽内存:
SET polar_px_optimizer_enable_hashagg = 0;
需要增加说明:
如何解决oom, 例如什么版本将支持on disk hashagg?
关闭后性能是否会变差?
还有没有其他参数可控制hashagg内存使用? 例如work_mem?
The text was updated successfully, but these errors were encountered: