Rows Count & Data Size Estimates

Storage bucket and tables using MySQL are now only estimating their rows count and data size (using data from SHOW TABLE STATUS query). Counting rows manually causes a full table scan and performs poorly. Redshift data is accurate.