[Feature]: Self-Optimizing scan files from metadata instead of from file info cache #1093
Closed
2 tasks done
Labels
Milestone
Description
Self-Optimizing scan files from metadata with
TableScan
API.Use case/motivation
Now, Self-Optimizing of
KeyedTable
andUnkeyedTable
scan files from the file info cache, making the data consistency rely too much on the correctness of the file info cache, and affecting the stability of Self-Optimizing.Describe the solution
For
KeyedTable
, useTable.newScan()
API to get all data files and delete files.For
ArcticKeyed
, useKeyedTable.newScan()
API to get all insert files, delete files and base files.Subtasks
No response
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: