apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.43k stars 956 forks source link

[Feature] Use paimon cache instead of caffeine2 #4441

Open FangYongs opened 2 weeks ago

FangYongs commented 2 weeks ago

Search before asking

Motivation

Introduce cache type for paimon cache and use it instead of caffeine2 cache in LookupLevels, CachingCatalog and etc.

Solution

No response

Anything else?

No response

Are you willing to submit a PR?