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.46k stars 966 forks source link

[core] Enable file index for DV table #4310

Closed leaves12138 closed 3 weeks ago

leaves12138 commented 1 month ago

Purpose

File index is only support Append Only tables yet. But it is able to support primary-key table like Deletion Vector Table.

This pull request, enable File Index in DV table.

Tests

API and Format

Documentation