|
|
|
|
|
by exceptione
17 days ago
|
|
Databases are incredibly smart when it comes to fetching related data, a single select is indeed better than splitting queries and doing multiple roundtrips. The problem however is in how results are returned over the wire. Duplicating rows is needless, but seems to be still the standard. |
|