https://issues.apache.org/ooo/show_bug.cgi?id=120629
Tan Li <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Tan Li <[email protected]> --- Root causes: StgCache and Stgpage manage two lists which are of little use but will cause frequent memory page fault. Solutions: Don't use the two lists, but only use member pLRUCache of class StgCache to process cache update. This greatly simplify StgCache creation when DataPilot import. -- You are receiving this mail because: You are the assignee for the bug.
