Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
2.43k
stars
955
forks
source link
[core] Introduce bitmap index record reader #4502
Closed
Tan-JiaLiang closed 1 week ago
Purpose
Introduction of bitmap index record reader to filter data in advance with bitmap index result.
Tests
org.apache.paimon.table.AppendOnlyFileStoreTableTest#testBSIAndBitmapIndexInMemory org.apache.paimon.table.AppendOnlyFileStoreTableTest#testBSIAndBitmapIndexInDisk org.apache.paimon.table.PrimaryKeyFileStoreTableTest#testDeletionVectorsWithFileIndexInMeta org.apache.paimon.table.PrimaryKeyFileStoreTableTest#testDeletionVectorsWithBitmapFileIndexInFile
API and Format
No.
Documentation
No.