-
Type:
New Feature
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Cache and Eviction
-
None
-
Storage Engines - Transactions
-
1,118.219
-
SE Transactions - 2026-04-24
-
5
The ticket should handle the lifecycle of shared disk hashtable, including:
1. Define shared disk hashtable and shared disk item struct.
2. __wti_shared_dsk_cache_init, hash table intialization on connection open.
3. __wti_shared_dsk_cache_destroy, hash table destruction on connection close.
The current POC has completed most of the code, this ticket is to cherry pick or copy the code snippet from the POC branch, then clean up the code, add necessary logging and failing messages.