Re: unlogged tables

From: Yves Dorfsman <yves(at)zioup(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: unlogged tables
Date: 2015-04-13 20:30:49
Message-ID: 552C2779.8050004@zioup.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 2015-04-13 14:16, dgabriel wrote:
> That will be a very useful feature.

I agree, unlogged tables would be a lot more useful if they didn't "disappear"
on re-start.

> could be expensive. Also i have to detect when postgres crush, i have no
> idea how i can detect if postgres crushed. Then i have somehow to attache a
> script at postgres start, to restore the dumps...the dump solution is very
> complicate and unreliable. A periodic flush feature will be amazing!

In my experience postgres is very aggressive in getting rid of unlogged
tables, it does get rid of them from shutdowns that seem perfectly fine (no
crash). A lot of people get surprised by this.

--
http://yves.zioup.com
gpg: 4096R/32B0F416

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Matheus de Oliveira 2015-04-13 20:40:33 Re: unlogged tables
Previous Message dgabriel 2015-04-13 20:16:14 Re: unlogged tables