xinyiZzz opened a new pull request #5908: URL: https://github.com/apache/incubator-doris/pull/5908
## Proposed changes According to the LRU priority, the `lru list` is split into `lru normal list` and `lru durable list`, and the two lists are traversed in sequence during LRU evict, avoiding invalid cycles. ## Types of changes - [x] Bugfix (non-breaking change which fixes an issue) ## Checklist - [x] I have created an issue on (Fix #5907) and described the bug/feature there in detail ## Further comments At present, `in memory table` will always occupy part of the page cache even if this `in memory table` has not been accessed for a long time, causing a waste of cache resources. Later, we can consider that the page of `in memory table` can be cached for a longer period of time instead of permanent cache, such as increasing the timestamp or weight. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
