-
Notifications
You must be signed in to change notification settings - Fork 750
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: streamline system.temp_files table scan (#16659)
* refactor: streamline system.temp_files result set Changed the implementation to return the result set as a stream instead of a single block, providing better responsiveness and memory usage. * chore: remove old implementation * fix: incorrect finish processing should not stop processing if only step_limit is reached * refactor: refine using stream chunk * refactor: extract ListerStreamSourceBuilder * chore: rename methods --------- Co-authored-by: Bohu <[email protected]>
- Loading branch information
1 parent
134976a
commit 6f7ede7
Showing
2 changed files
with
236 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters