Y
Hacker News
new
|
ask
|
show
|
jobs
by
ec109685
755 days ago
Without two phases: figure out what you need for the resource, execute query, how can you avoid N+1 problem, raw sql or not.
1 comments
sgarland
754 days ago
Recursive CTEs, LEFT JOINs, Stored Procedures…
link