Re: Postgres as In-Memory Database? - Mailing list pgsql-general

From John R Pierce
Subject Re: Postgres as In-Memory Database?
Date
Msg-id 5289674D.9010307@hogranch.com
Whole thread Raw
In response to Re: Postgres as In-Memory Database?  (Edson Richter <edsonrichter@hotmail.com>)
List 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 by date:

Previous
From: Edson Richter
Date:
Subject: Re: Postgres as In-Memory Database?
Next
From: Tom Lane
Date:
Subject: Re: What does this error message mean?