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
969
forks
source link
[core] Optimize IncrementalStartingScanner to randomlyExecute #4229
Closed
JingsongLi closed 2 months ago
Purpose
Sequence batch should not be used; it only optimizes memory, and we only need to return the results in order.
Randomly execution can improve performance.
Tests
API and Format
Documentation