Re: online tape backup
От | Tom Lane |
---|---|
Тема | Re: online tape backup |
Дата | |
Msg-id | 29978.1171380879@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: online tape backup (Michael Monnerie <michael.monnerie@it-management.at>) |
Ответы |
Re: online tape backup
|
Список | pgsql-admin |
Michael Monnerie <michael.monnerie@it-management.at> writes: > From what I understand, if I run a vacuum, the WAL logs will be > enormous, as they do not simply store the vacuum command itself, but > every single operation done on the db. > If that's true, running vacuum before the base backup could be better, > as there are less WAL logs to store, making the backup smaller, right? You're suffering from a fundamental misconception about the nature of WAL. Vacuum doesn't "shrink WAL", and neither does anything else; WAL is a history of every action ever taken in the database, and so a vacuum will just add a bunch more to that history. regards, tom lane
В списке pgsql-admin по дате отправления: