V3 of PITR performance improvement for 8.4 (WIP)

Поиск
Список
Период
Сортировка
От Koichi Suzuki
Тема V3 of PITR performance improvement for 8.4 (WIP)
Дата
Msg-id a778a7260812260011s3bfcb6e2p4b7d9142aa593477@mail.gmail.com
обсуждение исходный текст
Ответы Re: V3 of PITR performance improvement for 8.4 (WIP)  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
This is the V3 of PITR performance improvement (readahead).   The
change of the code is as follows:

1) Now readahead is integrated into the core so that it can deal with
sync.rep's log shipping.
2) posix_fadvise() call was integrated with Greg Stark's patch.

Still need some more work for the following:

1) Integrate with sync.rep's wal-receiver part,
2) fix to deal with WAL segment change.

V3 is posted for pre-review purpose and V4 will be posted at the
beginning of January.

Regards;

--
------
Koichi Suzuki

Вложения

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

Предыдущее
От: "Koichi Suzuki"
Дата:
Сообщение: Re: V2 of PITR performance improvement for 8.4
Следующее
От: KaiGai Kohei
Дата:
Сообщение: Re: Updates of SE-PostgreSQL 8.4devel patches (r1348)