StarRocks / starrocks

StarRocks, a Linux Foundation project, is a next-generation sub-second MPP OLAP database for full analytics scenarios, including multi-dimensional analytics, real-time analytics, and ad-hoc queries.
https://starrocks.io
Apache License 2.0
8.35k stars 1.69k forks source link

Contribute paimon reader to add caching function #43899

Open Larix1989 opened 3 months ago

Larix1989 commented 3 months ago

Enhancement

Hi, I want to contribute the implementation code of paimon reader caching function, how can I do it?

miomiocat commented 3 months ago

@Larix1989 Thank you, all contributions are welcome. Please contact me via email (284487410@qq.com). I will provide you with some necessary information and the current R&D progress of Paimon.

Larix1989 commented 3 months ago

ok! @miomiocat

Pandas886 commented 2 months ago

Is there any progress?

miomiocat commented 2 months ago

Is there any progress?

Since version 3.2.3, data cache with the native reader has been supported. The topic of discussion in this issue is about supporting data cache with the JNI reader.