You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched in the issues and found no similar issues.
What would you like to be improved?
When the table is relatively large and the committed file is a segment-sized file, a large number of file rewrites will be triggered frequently, requiring a large amount of optimizer resources.
Current trigger condition : getRecordCount(deletes) > dataFile.recordCount() * config.getMajorDuplicateRatio().
How should we improve?
Trigger condition only calculate pos deletes record count.
Search before asking
What would you like to be improved?
When the table is relatively large and the committed file is a segment-sized file, a large number of file rewrites will be triggered frequently, requiring a large amount of optimizer resources.
Current trigger condition :
getRecordCount(deletes) > dataFile.recordCount() * config.getMajorDuplicateRatio()
.How should we improve?
Trigger condition only calculate pos deletes record count.
Are you willing to submit PR?
Subtasks
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: