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

feat: 支持跨层级app join #413

Merged
merged 2 commits into from
Jul 6, 2022
Merged

Conversation

github291406933
Copy link
Contributor

feat: 支持跨层级app join

优化app join模式下,一对多join表查询时的1+N性能问题

  • 支持客户端join字段,path的多层路径指定
  • Join类增加count字段,以支持在生成副表sql时,按照指定count数量生成
  • 处理App Join的查询结果时,将'一条条缓存'调整为'攒一起再缓存',防止错误替换

huangcanjia and others added 2 commits July 6, 2022 18:51
优化app join模式下,一对多join表查询时的1+N性能问题

- 支持客户端join字段,path的多层路径指定
- Join类增加count字段,以支持在生成副表sql时,按照指定count数量生成
- 处理App Join的查询结果时,将'一条条缓存'调整为'攒一起再缓存',防止错误替换
feat: 支持跨层级app join
@TommyLemon TommyLemon merged commit 104db00 into Tencent:master Jul 6, 2022
@TommyLemon
Copy link
Collaborator

赞,感谢 架构 - Jar 再次贡献,解决了一个很有挑战的问题👍

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

Successfully merging this pull request may close these issues.

None yet

2 participants