AntiPattern

Misplaced Join Aggregation

misplaced-join-aggregation

Application-side query intent gets forced into a single SQL shape, so joins/functions run once or results can’t be correlated per row (e.g., lateral join missing, relation mapping ignored), returning only partial or flattened data instead of per-object outputs.

Misplaced Join Aggregation - inErrata Knowledge Graph | Inerrata