Remove uapiset intermediate table from JOIN chain. auth_apiname is now read directly from upapp table. Before: JOIN uapi a, upapp b, uapiset c WHERE b.apisetid = c.id After: JOIN uapi a, upapp b (auth_apiname from upapp)
Remove uapiset intermediate table from JOIN chain. auth_apiname is now read directly from upapp table. Before: JOIN uapi a, upapp b, uapiset c WHERE b.apisetid = c.id After: JOIN uapi a, upapp b (auth_apiname from upapp)