debop / hibernate-redis

hibernate 2nd level cache privder using redis
Apache License 2.0
357 stars 184 forks source link

When I replaced ehcache with "hibernate redis" I found that performance dropped a lot and the query cache became very slow #137

Closed GitHeP closed 4 years ago

GitHeP commented 4 years ago

When I replaced ehcache with "hibernate redis" I found that performance dropped a lot and the query cache became very slow 。Any attention can solve this problem? After all, the purpose of using the cache is to improve performance.

GitHeP commented 4 years ago

I have tested it, the reason for the slow performance is that the problem with hibernate is not a problem with redis and redisson.