Re: Compressing WAL

Поиск
Список
Период
Сортировка
От Qingqing Zhou
Тема Re: Compressing WAL
Дата
Msg-id d355d3$2ht4$1@news.hub.org
обсуждение исходный текст
Ответ на Compressing WAL  ("Jim C. Nasby" <decibel@decibel.org>)
Список pgsql-performance
""Jim C. Nasby"" <decibel@decibel.org> writes
> Has anyone looked at compressing WAL's before writing to disk? On a
> system generating a lot of WAL it seems there might be some gains to be
> had WAL data could be compressed before going to disk, since today's
> machines are generally more I/O bound than CPU bound. And unlike the
> base tables, you generally don't need to read the WAL, so you don't
> really need to worry about not being able to quickly scan through the
> data without decompressing it.
> --

The problem is where you put the compression code? If you put it inside
XLogInsert lock or XLogWrite lock, which will hold the lock too long? Or
anywhere else?

Regards,
Qingqing




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

Предыдущее
От: Aditya
Дата:
Сообщение: Re: [sfpug] DATA directory on network attached storage
Следующее
От: Jeff Frost
Дата:
Сообщение: DATA directory on network attached storage