|
|
|
|
|
by prein
269 days ago
|
|
This sort of thing is why looking at generated SQL while developing instead of just trusting the ORM to write good queries is so important. I find query planning (and databases in general) to be very difficult to reason about, basically magic. Does anyone have some recommended reading or advice? |
|
It's very readable - I always ask new hires and interns to read it.