Re: WAL format

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: WAL format
Дата
Msg-id 20091207202807.GL3552@alvh.no-ip.org
обсуждение исходный текст
Ответ на WAL format  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: WAL format  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Heikki Linnakangas wrote:

> - at the end of WAL segment, when there's not enough space to write the
> next WAL record, always write an XLOG SWITCH record to fill the rest of
> the segment.

What happens if a record is larger than a WAL segment?  For example,
what if I insert a 16 MB+ datum into a varlena field?

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: WAL format
Следующее
От: Tom Lane
Дата:
Сообщение: Re: WAL format