You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sql query which is printed in the console once when I enable show-sql and that is working fine. When I change the count logic to return jpaStreamer.stream(Entity.class).toList().stream().count(); it is giving me correct record count but the performance is very slow. It took me 3 minutes to return the count of 24 thousand records perhaps may be due to the fact of object streaming of the entire record set.
A user reports 1 always being returned from:
But the table in question contains a large number of rows. This was using Oracle DB.
The text was updated successfully, but these errors were encountered: