-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed as not planned
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid
Description
When logging with p6spy [basically a JDBC man in the middle attack], it becomes apparent, that every select done by springboot jpa/hibernate is followed by a bunch of validation statements resulting in an N+1 problem, that hasn't been noticed, because the normal hibernate logging framework seems to hide them.
p6spy shows that each of these checks take something between 0.2 and 0.5ms depending on your resultset, performance issues arise.
Metadata
Metadata
Assignees
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid