You can just update to https://cwiki.apache.org/confluence/display/PAIMON/PIP-37%3A+Introduce+Chain+Table
On Tue, Sep 23, 2025 at 10:36 AM Jingsong Li <[email protected]> wrote: > > Thanks Zhoufa, > > Very thanks to you for starting this discussion! > > Overall looks good to me! > > 1. You have introduced `chain-table.query.type` in doc, can you > explain its usage? > 2. Can you update options in `Usage Method`? Looks inconsistent. > 3. You can use `set spark.paimon.branch=snapshot;`, but in this doc, > can you just use `T$branch_snapshot`? This is the more recommended > usage by the official. > > Best, > Jingsong > > On Sun, Sep 21, 2025 at 9:01 AM Aitozi <[email protected]> wrote: > > > > Hi, zhoufa, > > Thanks for bringing up this discussion, the chain table is a well-known > > solution in the > > data warehouse scene, It would be nice we can native support it in paimon, > > looking forward > > to this feature. > > > > Best, > > Aitozi. > > > > 周伐 <[email protected]> 于2025年9月19日周五 15:41写道: > > > > > Hi, Paimon Devs, I’d like to start a discussion about chain table on > > > paimon. > > > > > > Chain table is a new table type designed for data warehouse where full > > > data are stored periodically, but the incremental change between > > > periods is small. The primary benefits of using chain table include > > > incremental computation and storage、significant storage > > > savings、accelerated data pipelines etc. For more details, please > > > refer to the following link: > > > [1] > > > > > > https://docs.google.com/document/d/1vP3QRwqh5c3nn4-C0Q__3Fj6MmZKNBA0c5H2-ch2f6I/edit?tab=t.0#heading=h.a3460ir1b90e > > > > > > Look forward to your questions and suggestions. > > > > > > Best, > > > zhoufa > > >
