I've worked with sql editors in the past that would show latest known rowcounts next to table names in parentheses, which was very useful for general understanding of table sizes and what types of queries I can do on the fly, as well as expected query durations. Can you add this as an option? Would be good to have a rightclick option to run select count(1) (not * to accommodate columnar DBs) and keep/show that info along with date/time so we know when it ran.