byrantwithyou commented on issue #18619: URL: https://github.com/apache/doris/issues/18619#issuecomment-1539285077
Here are my understandings of the task and how I will implement it. Any suggestions are welcome. 1. Instead of loading all the tablet meta at once during start-up, we'll bring them to memory when the tablet is accessed. 2. Add a configuration parameter to specify how many tablet meta the memory can hold at most. 3. Maintain a lru cache for the tablet meta in the tablet manager. When the tablet is accessed, we update the lru cache and evict / replace if necessary. 4. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
