Re: Postgres as In-Memory Database?

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Postgres as In-Memory Database?
Дата
Msg-id 5289674D.9010307@hogranch.com
обсуждение исходный текст
Ответ на Re: Postgres as In-Memory Database?  (Edson Richter <edsonrichter@hotmail.com>)
Список pgsql-general
On 11/17/2013 4:46 PM, Edson Richter wrote:
>
> There is no reason to wait for fsync in slow disks to guarantee
> consistency... If database server crashes, then it just need to "redo"
> log transactions from fast disk into slower data storage and database
> server is ready to go (I think this is Sybase/MS SQL strategy for years).

you need to fsync that slower disk before you can purge the older WAL or
redo log, whatever, from your fast storage.   this fsync can, of course,
be quite a ways behind the current commit status.




--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



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

Предыдущее
От: Edson Richter
Дата:
Сообщение: Re: Postgres as In-Memory Database?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: What does this error message mean?