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]: optimize table page loading #2893

Open klion26 opened 1 month ago

klion26 commented 1 month ago

Search before asking

What would you like to be improved?

currently we will select all entries from table_identifers then join table_runtime , but it’ll consume too much time if there’re too many entries in the table_identifier table

How should we improve?

We should push the filter down to db, so that we don’t meet to retrieve all entries from db

Are you willing to submit PR?

Subtasks

No response

Code of Conduct