Compressing WAL

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Compressing WAL
Дата
Msg-id 20050405040457.GK93835@decibel.org
обсуждение исходный текст
Ответы Re: Compressing WAL  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-performance
Maybe better for -hackers, but here it goes anyway...

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.
--
Jim C. Nasby, Database Consultant               decibel@decibel.org
Give your computer some brain candy! www.distributed.net Team #1828

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Sustained inserts per sec ... ?
Следующее
От: Christopher Petrilli
Дата:
Сообщение: Re: Sustained inserts per sec ... ?