Show table runtime in fishbowl
Stuart Bartmess
Table run history is a pretty nifty table! Much of the information in there already exists in
table_stats
, but table duration is also a super useful metric. Could we get this into fishbowl somewhere?we could get table run history in there for every dbgen, or i guess we could just take the "max" runtime for each table within the snapshot, and add this as a new field to
table_stats
. That'd work fine for me, if it's easier.