Re: Terminology gaps around WAL - Mailing list pgsql-docs

From Laurenz Albe
Subject Re: Terminology gaps around WAL
Date
Msg-id 369954d281392cee3613d76cb8f5887bca548ad9.camel@cybertec.at
Whole thread
In response to Terminology gaps around WAL  (Jeff Davis <pgsql@j-davis.com>)
List pgsql-docs
On Thu, 2026-06-11 at 15:14 -0700, Jeff Davis wrote:
> I sometimes struggle to come up with the right term for the following
> concepts, which come up a lot:
>
> * The abstract set of WAL records that all originate from a single
> initdb and share a system identifier; including all timelines, and
> including old records that may have been deleted a long time ago.
>
> * The "stuff" around that specific set of WAL records, such as running
> instances, warm standbys, PITR'd instances, inactive instances, base
> backups, and WAL archives.
>
>
> "Database cluster" doesn't fit either of these. The docs define it as
> "a collection of databases that is managed by a single instance of a
> running database server." [1]
>
> Do others already have good terms for these concepts? Is it worth
> trying to invent and document some?
>
> [1] https://www.postgresql.org/docs/current/creating-cluster.html

"Multiverse" pops into my mind.

Yours,
Laurenz Albe



pgsql-docs by date:

Previous
From: Jeff Davis
Date:
Subject: Terminology gaps around WAL
Next
From: PG Doc comments form
Date:
Subject: 7.2.1. The FROM Clause