timmyyao commented on PR #6949: URL: https://github.com/apache/paimon/pull/6949#issuecomment-3736780238
> @timmyyao I'm not using DLF, but the data is still stored on OSS. Does this also apply? like this: > > ```sql > CREATE CATALOG paimon_catalog WITH ( > 'type' = 'paimon', > 'metastore' = 'hive', > 'warehouse' = 'oss://xxxx.oss-dls.aliyuncs.com/user/hive/warehouse' > ); > ``` The major purpose of this PR is to provide a table-level cache policy which can be supported by DLF server-side and cache is backed by JindoCache. So related configs are generated in RESTCatalog and RESTTokenFileIO according to the policy defined at server-side. If you just use filesystem or hive catalog using JindoFileIO, you can simply apply the cache configs to JindoSDK (fs.xengine, fs.jindocache.namespace.rpc.address) as long as you have a JindoCache cluster. But there is no server-side support for cache management, you can only adjust at client-side to decide whether or not to enable cache. -- 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]
