Re: How to keep pg_largeobject from growing endlessly
Вложения
В списке pgsql-general по дате отправления:
| От | Andreas Joseph Krogh |
|---|---|
| Тема | Re: How to keep pg_largeobject from growing endlessly |
| Дата | |
| Msg-id | VisenaEmail.10.be5cc5fce33413df.14cbc43281a@tc7-visena обсуждение исходный текст |
| Ответ на | Re: How to keep pg_largeobject from growing endlessly (Venkata Balaji N <nag1010@gmail.com>) |
| Ответы |
Re: How to keep pg_largeobject from growing endlessly
|
| Список | pgsql-general |
The amount of reclaimed space will depend on the volume of deletions happening. If the DELETES are rare and are not deleting much, then frequent VACUUM FULL is not ideal.I'm routinely vacuumlo'ing to reap orphan OIDs. Is it necessary to manually vacuum pg_largobject or is it handled by autovacuum?It is handled by autovacuum. What we do is, we schedule a manual VACUUM ANALYZE nightly job on bigger tables to avoid burden on the autovacuum during the business time.In a system where large objects are constantly added (and *some* rarely deleted, so it grows every day), would I gain space (freed to the OS) by VACUUM FULL it?
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера
