Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
2.46k
stars
966
forks
source link
[core] Enable file index for DV table #4310
Closed
leaves12138 closed 3 weeks 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