| От | Tom Lane |
|---|---|
| Тема | Re: pg_toast |
| Дата | |
| Msg-id | 16068.1239293121@sss.pgh.pa.us обсуждение |
| Ответ на | pg_toast (Mike angelo <angelocmp@yahoo.com>) |
| Список | pgsql-admin |
Mike angelo <angelocmp@yahoo.com> writes:
> Reindexing produced no reduction in size of the table in question, and a VACUUM ANALYZE VERBOSE pg_toast_293523
producedthe message:
> ��� skipping "pg_toast_293523" --- cannot vacuum indexes, views, or special system tables.
Issue the vacuum against the owning table instead. (If you're not sure
which that is, joining pg_class.reltoastrelid to pg_class.oid will
help.)
In general it sounds like you need to crank up the aggressiveness of
autovacuum, and perhaps look at whether your application is doing
useless updates on very wide fields.
regards, tom lane
В списке pgsql-admin по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера