apache / amoro

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

[AMORO-2988] Add more base info for the table detail page #2989

Open tcodehuber opened 3 days ago

tcodehuber commented 3 days ago

Why are the changes needed?

Close #2988.

Brief change log

-

How was this patch tested?

Documentation

XBaith commented 3 days ago

It is OK to display other dimensions of information under the title, but I have a small suggestion. The information under the current table title and the metrics column on the right are a lot of duplication. I think the information under the title can be simplified. For example, the last commit time, table size, file count, avg file size and other information can be placed on the right.

tcodehuber commented 3 days ago

It is OK to display other dimensions of information under the title, but I have a small suggestion. The information under the current table title and the metrics column on the right are a lot of duplication. I think the information under the title can be simplified. For example, the last commit time, table size, file count, avg file size and other information can be placed on the right.

If the optimizing status, records and table format is remained under the current table title, is it OK or do you have any suggestion which else information can be displayed there?

tcodehuber commented 3 days ago

It is OK to display other dimensions of information under the title, but I have a small suggestion. The information under the current table title and the metrics column on the right are a lot of duplication. I think the information under the title can be simplified. For example, the last commit time, table size, file count, avg file size and other information can be placed on the right.

@XBaith If the optimizing status, records and table format is remained under the current table title, is it OK or do you have any suggestion which else information can be displayed there?

XBaith commented 3 days ago

@XBaith If the optimizing status, records and table format is remained under the current table title, is it OK or do you have any suggestion which else information can be displayed there?

That's ok for me. We can display full table identifier as title, <catalog>.<database>.<table> image

XBaith commented 2 days ago

I think some of the metrics under the table identifier that duplicate the right hand side detail metrics should be removed, WDYT?

tcodehuber commented 2 days ago

I think some of the metrics under the table identifier that duplicate the right hand side detail metrics should be removed, WDYT?

frontend or backend code? Can you show me more details, thanks.

XBaith commented 2 days ago

last commit time, table size, file count, avg file size

Front side, metrics: last commit time, table size, file count and avg file size can be removed from the title?

tcodehuber commented 2 days ago

image

tcodehuber commented 2 days ago

last commit time, table size, file count, avg file size

Front side, metrics: last commit time, table size, file count and avg file size can be removed from the title?

Updated.

zhoujinsong commented 21 hours ago

@tcodehuber Thanks for the contribution!

I'm wondering if Optimizing Status would be better. Optimizing highlights our continuous optimization capability, and here the status perfectly corresponds to the ongoing actions of continuous optimization.

tcodehuber commented 19 hours ago

@tcodehuber Thanks for the contribution!

I'm wondering if Optimizing Status would be better. Optimizing highlights our continuous optimization capability, and here the status perfectly corresponds to the ongoing actions of continuous optimization.

OK, I have followed your suggestion.