paimon icon indicating copy to clipboard operation
paimon copied to clipboard

[core] Optimize IncrementalStartingScanner to randomlyExecute

Open JingsongLi opened this issue 1 year ago • 0 comments

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

JingsongLi avatar Sep 20 '24 15:09 JingsongLi