Re: What is the use case for UNLOGGED tables

From: Ravi Krishna <sravikrishna(at)aol(dot)com>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: What is the use case for UNLOGGED tables
Date: 2018-08-14 15:05:49
Message-ID: A4D51983-04DC-49CE-9B6B-78A73E676A2C@aol.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>
> I use them for "ELT" oriented processing where the final results get stored on permanently logged tables but I want to manipulate tables while transforming from the original input.

Yeah I see the use case. Basically raw data -> rolled up data -> to final results in normal tables.
However flipping a normal table between LOGGED and UNLOGGED does not seem to be a use case.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2018-08-14 15:07:13 Re: Best Practices for Extensions, limitations and recommended use for monitoring
Previous Message David G. Johnston 2018-08-14 14:32:12 Re: What is the use case for UNLOGGED tables