2
votes
Update VERY LARGE PostgresQL database table efficiently
While you cannot likely fix the problem of space usage (it is temporary, just until a vacuum) you can probably really speed up the process in terms of clock time. The fact that PostgreSQL uses MV …
