Re: Out of space situation and WAL log pre-allocation (was Tablespaces)

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Out of space situation and WAL log pre-allocation (was Tablespaces)
Дата
Msg-id 004a01c400a9$225e3990$5baa87d9@LaptopDellXP
обсуждение исходный текст
Ответ на Re: Tablespaces  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Out of space situation and WAL log pre-allocation (was Tablespaces)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane [mailto:tgl@sss.pgh.pa.us]
> "Simon Riggs" <simon@2ndquadrant.com> writes:
> > You're absolutely right about the not-knowing when you're out of
space
> > issue. However, if the xlog has been written then it is not
desirable,
> > but at least acceptable that the checkpoint/bgwriter cannot complete
on
> > an already committed txn. It's not the txn which is getting the
error,
> > that's all.
> 
> Right.  This is in fact not a fatal situation, as long as you don't
run
> out of preallocated WAL space.  

...following on also from thoughts on [PERFORM] list...

Clearly running out of pre-allocated WAL space is likely to be the next
issue. Running out of space in the first place is likely to be because
of an intense workload, which is exactly the thing which also makes you
run out of pre-allocated WAL space. Does that make sense?

Best regards, Simon Riggs




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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: IN and ANY
Следующее
От: Curt Sampson
Дата:
Сообщение: Re: Check Constraints and pg_dump