dmm-com / pagoda

Yet another SSoT system to be able to define flexible data-structure, relation and ACL.
GNU General Public License v2.0
25 stars 17 forks source link

Reduce N+1 on join attrs #1289

Closed syucream closed 2 months ago

syucream commented 2 months ago

SSIA, to accelerate the join attrs

before

image

after

image