Re: Removing files under pg_clog

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Removing files under pg_clog
Дата
Msg-id 20100408203537.GC4127@alvh.no-ip.org
обсуждение исходный текст
Ответ на Removing files under pg_clog  (Steven Harms <thisdyingdream@gmail.com>)
Ответы Re: Removing files under pg_clog  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-general
Steven Harms escribió:
> I don't have stats on how big they were getting, but they are running
> this every night, which I suspect causes issues (and I suspect the
> reason their logs were getting big is because they programmed a bunch
> of locked transactions):
>
> find /pgsql/data/pg_xlog -type f -mtime +1 | xargs rm -f
> find /pgsql/data/pg_clog -type f -mtime +1 | xargs rm -f

Oh, the *directories* were getting big, not the files?  (Normally
pg_clog files do not grow beyond a certain, rather small size, which is
why I was asking)  Yeah, they are bound to lose or corrupt data sooner
rather than later.  If they ever see their system crash, it won't be
able to recover due to pg_xlog deletion.  (Note that pg_xlog is quite
different from pg_clog).  pg_clog deletion guarantees that they will
have problem vacuuming or something.

--
Alvaro Herrera                        http://www.advogato.org/person/alvherre
"And as an added bonus, now my computer goes to the toilet for me, leaving me
free to spend time on more useful activities! yay slug codefests!" (C. Parker)

В списке pgsql-general по дате отправления:

Предыдущее
От: Steven Harms
Дата:
Сообщение: Re: Removing files under pg_clog
Следующее
От: Corin
Дата:
Сообщение: Re: fulltext search stemming/ spelling problems