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

Commits on Jul 6, 2022

  1. feat: 支持跨层级app join

    优化app join模式下,一对多join表查询时的1+N性能问题
    
    - 支持客户端join字段,path的多层路径指定
    - Join类增加count字段,以支持在生成副表sql时,按照指定count数量生成
    - 处理App Join的查询结果时,将'一条条缓存'调整为'攒一起再缓存',防止错误替换
    huangcanjia committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    4dfd9d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from github291406933/dev_join

    feat: 支持跨层级app join
    github291406933 authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    f1430b2 View commit details
    Browse the repository at this point in the history