jsonapi-suite / jsonapi_compliable

MIT License
20 stars 35 forks source link

Optimize HABTM query #73

Closed richmolj closed 6 years ago

richmolj commented 6 years ago

Could cause n+1 as the association table is joined, but not eager loaded.