Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0, 2.1.0
-
None
-
None
Description
On a large multicore machine (24+cores) there is a large amount of contention in the PreparedQueryCacheImpl lock.
In this JIRA I'm going to utilize the j.u.c.ReentrantReadWriteLock to improve read/write throughput.