Y
Hacker News
new
|
ask
|
show
|
jobs
by
maxvu
3246 days ago
Why, in the example, does the constituent `customerid` join take longer than the forming `orderid` one?
1 comments
icebraining
3246 days ago
You'd probably have to expand each step to see the specifics, but a simple possibility is that many customers don't have orders, and hence the first join filters out a bunch of them.
link