Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

内存方式处理GROUP BY语句如有分页信息则需改写 #292

Closed
terrymanu opened this issue Jul 13, 2017 · 1 comment
Closed

内存方式处理GROUP BY语句如有分页信息则需改写 #292

terrymanu opened this issue Jul 13, 2017 · 1 comment

Comments

@terrymanu
Copy link
Member

terrymanu commented Jul 13, 2017

内存方式处理的GROUP BY语句需要修改分页信息,需将全部数据加载至内存并分组以及聚合。然后再从内存中获取LIMIT(或rownum)的数据,才能保证结果的正确性

所谓内存方式处理GROUP BY即使GROUP BY 与ORDER BY的顺序不一致的SQL。

@terrymanu terrymanu changed the title 内存方式处理的GroupBy语句需要改写Limit 内存方式处理GROUP BY语句如有分页信息则需改写 Jul 14, 2017
@terrymanu
Copy link
Member Author

fixed at 1.5.0.M3

terrymanu added a commit that referenced this issue Jul 15, 2017
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant