Re: unlogged tables - Mailing list pgsql-performance

From dgabriel
Subject Re: unlogged tables
Date
Msg-id 1428953502160-5845576.post@n5.nabble.com
Whole thread Raw
In response to unlogged tables  ("Anibal David Acosta" <aa@devshock.com>)
Responses Re: unlogged tables
List pgsql-performance
"In the event of a normal shutdown, we can flush all the writes to disk
so we know all the data has been written, so there is no need to truncate."

Isn't possible to periodically flush data to disk and in case of crush
postgres to load only the data that existed at last flush? The periodic
flush could be configurable, for example every 30 minutes or after x rows
updated/inserted.



--
View this message in context: http://postgresql.nabble.com/unlogged-tables-tp4985453p5845576.html
Sent from the PostgreSQL - performance mailing list archive at Nabble.com.


pgsql-performance by date:

Previous
From: "Graeme B. Bell"
Date:
Subject: Re: Some performance testing?
Next
From: Matheus de Oliveira
Date:
Subject: Re: unlogged tables