forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit27f953e
committed
Remove outdated recommendation for manual VACUUM
We have had a working and tunable autovacuumfor at least a decade now, so remove the recommendation tomanually vacuum tables at least every night.Autovacuum is now also triggered by INSERTs, so we can alsoremove the recommendation to run VACUUM (ANALYZE) after lotsof INSERTs or DELETEs.Instead, suggest using autovacuum by moving the respectiveparagraph up to where the importance of VACUUM is emphasized.Author: Laurenz Albe <laurenz.albe@cybertec.at>Reviewed-By: Magnus Hagander, Peter GeogheganDiscussion:https://postgr.es/m/6f5e3da98fec14640f389d7b84c3b413833697f4.camel@cybertec.at1 parentd28e26b commit27f953e
1 file changed
+5
-15
lines changedLines changed: 5 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
377 | 377 |
| |
378 | 378 |
| |
379 | 379 |
| |
380 |
| - | |
381 |
| - | |
382 |
| - | |
383 |
| - | |
384 |
| - | |
385 |
| - | |
386 |
| - | |
387 |
| - | |
388 |
| - | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
389 | 385 |
| |
390 | 386 |
| |
391 | 387 |
| |
| |||
412 | 408 |
| |
413 | 409 |
| |
414 | 410 |
| |
415 |
| - | |
416 |
| - | |
417 |
| - | |
418 |
| - | |
419 |
| - | |
420 |
| - | |
421 | 411 |
| |
422 | 412 |
| |
423 | 413 |
| |
|
0 commit comments
Comments
(0)