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
While profiling a specific a scenario, I realised a lot of time is passed to sort the cached values because of the Reflection values getters.
The idea is to provide a hook to bypass the default sorting comparator that uses the Sort definition from Spring Data.
I have already a solution which works for me, this is more to have a tracked Feature for the Pull request.
The text was updated successfully, but these errors were encountered:
cyclopsihus
added a commit
to cyclopsihus/spring-data-hazelcast
that referenced
this issue
Apr 30, 2024
While profiling a specific a scenario, I realised a lot of time is passed to sort the cached values because of the Reflection values getters.
The idea is to provide a hook to bypass the default sorting comparator that uses the Sort definition from Spring Data.
I have already a solution which works for me, this is more to have a tracked Feature for the Pull request.
The text was updated successfully, but these errors were encountered: