JingsongLi commented on PR #8066: URL: https://github.com/apache/paimon/pull/8066#issuecomment-4594238290
But now the caching efficiency of dvMetaCache is very low. If a partition has thousands of buckets and only caches a little at a time, it needs to be read repeatedly. Is it possible to install a primitive Lazied class (such as LazyField) in DVMetaCache, which can cache bytes while delaying execution? -- 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]
