apache / amoro

Apache Amoro (incubating) is a Lakehouse management system built on open data lake formats.
https://amoro.apache.org/
Apache License 2.0
762 stars 267 forks source link

[Improvement]: Change the cost for reading and writing file to the same when evaluating the cost for optimizing partition #3009

Closed klion26 closed 1 week ago

klion26 commented 1 week ago

Search before asking

What would you like to be improved?

Currently, the cost for writing a file is treated as 3 times as reading, when optimizing, we need to read/write all columns, both have essentially the same overheads.

How should we improve?

change the cost for writing as the same as reading

Are you willing to submit PR?

Subtasks

No response

Code of Conduct