-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Cache and Eviction
-
None
-
Storage Engines - Transactions
-
721.934
-
None
-
None
This ticket to investigate if using rwlock is a better choice than current spinlock, and change the current implementation to rwlock if it does. The ticket should have a rwlock implementation, and run performance tests against current implementation to justify that.
For the rwlock we can use read lock on get path, and write lock on put/release path.