|
|
|
|
|
by abrenzel
5476 days ago
|
|
Yeah, scaling past one machine will make your joins slow. But is that really the _only_ thing that makes joins slow? I thought the broader performance problem with joins had more to do with the costs of carrying out the relational algebra to satisfy the query. The nested loops algorithm for joining rows is a case in point. |
|