Skip to content

Weird behavior after retrieving select #3629

@Red44

Description

@Red44

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.

Proof

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: invalidAn issue that we don't feel is valid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions