[Feature] Roadmap for Paimon C++ 0.4.0

未關閉
#186 0 則留言 2 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

評估

難度
5/5
預估耗時
一週以上
新手友好度
25/100
Issue 類型
功能
描述清晰度
需要釐清
活躍度
冷清
技術堆疊
cpp
領域
databases

研究方向

從連結的聚焦 issue 開始,尤其是關於即時寫入和 union 讀取的 #158、關於 changelog 產生的 #174、關於 Format Table 的 #170,以及關於 Data Evolution 的 #169 或 #204。在適用的情況下閱讀所參照的 PIP 文件,並選擇一個範圍明確的 roadmap 項目。完成的要求是進行一項聚焦且可供 review 的變更,並包含相關的 unit 和 integration 測試、文件以及相容性驗證。

由索引模型根據 Issue 內容生成。

描述

enhancement
Search before asking
  • I searched in the issues and found nothing similar.
Motivation

Looking ahead, Paimon C++ will focus on several areas:

  • Storage and retrieval optimizations for vertical workloads, including efficient MAP storage, richer data types such as VECTOR, and complete index support.
  • Making newly written data queryable in real time through pluggable real-time writes and memory/disk union reads.
  • Following up on important capabilities from the broader Paimon community, including changelog production, Format Table, and extensions to Data Evolution.
Solution
1. Storage and retrieval optimizations for vertical workloads
  • Support shared-shredding columnar storage for MAP<STRING, T> based on PIP-43, including adaptive physical columns, field mappings, overflow storage, and end-to-end reads and writes.
  • Support richer data types, starting with VECTOR<T, N> based on PIP-40, including schema representation, storage, reads, writes, and Data Evolution.
  • Complete File Index support by adding index generation to the existing read path.
  • Continue improving storage layout, predicate pushdown, column pruning, point lookups, and index-assisted retrieval for workload-specific scenarios.
2. Making real-time data queryable
  • Support pluggable real-time writes and memory/disk union reads based on PIP-46, tracked by #158.
  • Make data held by an active writer queryable before it is committed into a snapshot.
  • Guarantee consistent query results without missing or duplicate rows while writing, committing, and reclaiming memory segments concurrently.
  • Support append tables first, followed by primary-key tables, deletion-vector mode, and additional production scenarios.
3. Following up on Paimon community capabilities
  • Support changelog production, including input, lookup, and full-compaction modes, tracked by #174.
  • Support Format Table reads and writes for Hive-style file directories, tracked by #170.
  • Extend Data Evolution to work with deletion vectors, tracked by #169.
  • Extend Data Evolution to primary-key tables and support compaction across evolved field groups, tracked by #204.
  • Continue following relevant Paimon features and make them available through native Paimon C++ APIs where appropriate.

Each roadmap item should be delivered through focused issues and reviewable pull requests, with unit tests, integration tests, documentation, and compatibility validation where applicable.

Anything else?

No response

Are you willing to submit a PR?
  • I'm willing to submit a PR!
主要語言
C++
星號
65
分支
29
平均合併
2 天 30 分鐘
30 天內合併 PR
77

貢獻指南

開啟貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

apache/paimon-cpp 的其他 Issue

查看 apache/paimon-cpp 的全部 Issue

相似的 Issue

更多 C++ Issue

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。