Y
Hacker News
new
|
ask
|
show
|
jobs
by
gaius
3232 days ago
Errm, we're talking about performance of joins
2 comments
ComputerGuru
3231 days ago
Joins will use the regular index matching it against the join condition just like a where clause would.
link
kondro
3232 days ago
They don't help with that either.
link
Sacho
3231 days ago
Perhaps parent is conflating indexes with constraints? I believe InnoDB creates indexes automatically with foreign keys.
link