Y
Hacker News
new
|
ask
|
show
|
jobs
by
dtech
2230 days ago
Is that always the case? I'd expect that only to be necessary with a complete table rewrite, i.e. VACUUM FULL, which is not what (auto)VACUUM does by default.
1 comments
heavenlyblue
2230 days ago
Even with a full table rewrite, why do you need to rewrite to RAM?
link
hans_castorp
2230 days ago
The "you must have a 1Gb free" refers to disk space, not main-memory (RAM).
link