(no title)
prein | 5 months ago
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?
prein | 5 months ago
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?
ethanseal|5 months ago
It's very readable - I always ask new hires and interns to read it.
progmetaldev|5 months ago
parshimers|5 months ago
progmetaldev|5 months ago
grandfugue|5 months ago
jalk|5 months ago
hobs|5 months ago
When you have a solid view of the schema and data sizes you can start to be more predictive about what your code will actually do, THEN you can layer on the complexity of the ORM hell code.
tehjoker|5 months ago