Q is making blocks on Dando gov
Show large table sizes
SELECT
schemaname,
relname,
pg_size_pretty(pg_total_relation_size(relid)) AS total_size
FROM
pg_catalog.pg_statio_user_tables
ORDER BY
pg_total_relation_size(relid) DESC;
Start sync only on node and db-sync. Then cardano-graphql-background. Bring them down and then do a VACUUM FULL;