Re: Can PostgreSQL create new WAL files instead of reusing old ones?

Поиск
Список
Период
Сортировка
От Jerry Jelinek
Тема Re: Can PostgreSQL create new WAL files instead of reusing old ones?
Дата
Msg-id CACPQ5FpEY9CfUF6XKs5sBBuaOoGEiO8KD4SuX06wa4ATsesaqg@mail.gmail.com
обсуждение исходный текст
Ответ на Can PostgreSQL create new WAL files instead of reusing old ones?  (David Pacheco <dap@joyent.com>)
Ответы Re: Can PostgreSQL create new WAL files instead of reusing old ones?
Re: Can PostgreSQL create new WAL files instead of reusing old ones?
Список pgsql-general
As Dave described in his original email on this topic, we'd like to avoid recycling WAL files since that can cause performance issues when we have a read-modify-write on a file that has dropped out of the cache.

I have implemented a small change to allow WAL recycling to be disabled. It is visible at:

I'd appreciate getting any feedback on this.

Thanks,
Jerry

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

Предыдущее
От: Francisco Olarte
Дата:
Сообщение: Re: Is there a way to be notified on the CREATE TABLE execution?
Следующее
От: Melvin Davidson
Дата:
Сообщение: Re: Is there a way to be notified on the CREATE TABLE execution?