Re: Incremental backup

From: Mladen Gogala <gogala(dot)mladen(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Incremental backup
Date: 2021-10-29 13:03:04
Message-ID: 8492ed78-facd-649f-7daf-ab0f989633f9@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On 10/29/21 08:49, Peter J. Holzer wrote:
> I don't think that's equivalent. An Oracle instance is a runtime concept
> (the collection of server processes on a single machine serving a single
> database (the collection of files on the disk)) whereas a PostgreSQL cluster is
> both a data and a runtime concept (config + data files for several
> databases with some shared data + the processes serving them). Also
> instance:database is n:1 while cluster to database is 1:n. Very
> different.
Peter, Oracle instance manages collection of the databases and is
ensuring recoverabilty using redo logs, which are completely analogous
to WAL logs, if managed a bit differently. Let's not be nitpicking here.
Oracle instance is completely analogous to Postgres cluster. If you ask
me, the word cluster was picked to avoid the word "instance"

--
Mladen Gogala
Database Consultant
Tel: (347) 321-1217
https://dbwhisperer.wordpress.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message negora 2021-10-29 13:15:09 Re: DBeaver does not show all tables in a Schema
Previous Message Peter J. Holzer 2021-10-29 12:49:17 Re: Incremental backup