Redshift - Check the table size

Redshift or Postgres is ok

SELECT "table", size, tbl_rows FROM SVV_TABLE_INFO

Last updated