paimon
paimon copied to clipboard
[core] Optimize IncrementalStartingScanner to randomlyExecute
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.