79294582

Date: 2024-12-19 14:19:50
Score: 2.5
Natty:
Report link

Update the column to NULL to reduce its size, then vacuum the table to reclaim space, Copy the data to a new table without the column, then replace the old table - if your using version 13 or later-- you can try ALTER TABLE a DROP COLUMN b;try Use pg_repack (optional)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Gayu thulasi