Re: What is the use case for UNLOGGED tables - Mailing list pgsql-general

From David G. Johnston
Subject Re: What is the use case for UNLOGGED tables
Date
Msg-id CAKFQuwY2kMn9oSwEK-ira1WR=aRvQkrZ0i6MMHm9jONjtvMa_g@mail.gmail.com
Whole thread Raw
In response to What is the use case for UNLOGGED tables  (Ravi Krishna <sravikrishna@aol.com>)
Responses Re: What is the use case for UNLOGGED tables
List pgsql-general
On Tuesday, August 14, 2018, Ravi Krishna <sravikrishna@aol.com> wrote:
Then what exactly is the benefit of UNLOGGED tables, unless we have permanent unlogged tables for disposable
data.

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.

David J.

pgsql-general by date:

Previous
From: Ravi Krishna
Date:
Subject: What is the use case for UNLOGGED tables
Next
From: Ravi Krishna
Date:
Subject: Re: What is the use case for UNLOGGED tables