Y
Hacker News
new
|
ask
|
show
|
jobs
by
azibi
17 days ago
There is a name for this problem, Cartesian explosion:
https://en.wikipedia.org/wiki/Cartesian_explosion
1 comments
exceptione
17 days ago
Correct. However, this imho does not need to be a problem when using references to data instead of data duplication when sending results over the wire.
link
sbergot
17 days ago
I hope it is implemented with multiple result sets and a single roundtrip
link
queuep
17 days ago
For sure it is
link
exceptione
17 days ago
EF Core documentation disagrees though:
https://learn.microsoft.com/en-us/ef/core/querying/single-sp...
link