Re: What is the use case for UNLOGGED tables

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Ravi Krishna <sravikrishna(at)aol(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 14:32:12
Message-ID: CAKFQuwY2kMn9oSwEK-ira1WR=aRvQkrZ0i6MMHm9jONjtvMa_g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tuesday, August 14, 2018, Ravi Krishna <sravikrishna(at)aol(dot)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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ravi Krishna 2018-08-14 15:05:49 Re: What is the use case for UNLOGGED tables
Previous Message Ravi Krishna 2018-08-14 14:27:49 What is the use case for UNLOGGED tables