Y
Hacker News
new
|
ask
|
show
|
jobs
by
dd82
590 days ago
can also be a linear algorithm that does N+1 queries. ORMs can be very good at hiding this implementation detail
1 comments
Quekid5
590 days ago
> a linear algorithm that does N+1 queries.
That's what quadratic means.
link
sgerenser
590 days ago
Typically implemented accidentally:
https://www.tumblr.com/accidentallyquadratic
link
nwellnhof
589 days ago
No, N+1 is still linear.
link
jon_richards
589 days ago
Not really what they're talking about
https://stackoverflow.com/questions/97197/what-is-the-n1-sel...
link
That's what quadratic means.