# Pastebin RmmjVecw musicbrainz_db=# select table_name, pg_size_pretty(pg_relation_size(quote_ident(table_name))) from information_schema.tables where table_schema = 'musicbrainz' order by pg_relation_size(quote_ident(table_name)) DESC;