timmyyao opened a new pull request, #6949:
URL: https://github.com/apache/paimon/pull/6949

   
   ### Purpose
   We tend to persist files of Paimon table on object storage such as S3 and 
OSS. However the throughput or latency of such storage is usually limited, 
making IO performance become the bottleneck in ETL or OLAP occasions with high 
concurrency. Thus we introduce cache when FileIO visits files within a Paimon 
table. The solution is to support JindoCache in JindoFileIO, which is a 
distributed filesystem cache system. And table-level cache policy is 
implemented, which can be supported by REST server such as DLF. 
   
   
   


-- 
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]

Reply via email to