Re: the concept of a database cluster

From: Paul Weiss <libcub(at)hotmail(dot)com>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, "pgsql-docs(at)lists(dot)postgresql(dot)org" <pgsql-docs(at)lists(dot)postgresql(dot)org>
Subject: Re: the concept of a database cluster
Date: 2020-01-04 09:58:57
Message-ID: MWHPR15MB18397BC83DBD850FB8A2327CDC220@MWHPR15MB1839.namprd15.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Oh, I didn't mean to imply that I am confused. It is clear that there are two concepts here, sharing a term. I was trying to communicate that the manual does not always make it immediately clear from context which concept is meant in a particular sentence.

A garage is a good analogy. A garage is a container for cars rather than a collection of cars. You wouldn't say "I sold my garage" to mean "I sold my car collection". Containers and collections are different things.

Here's a simple example In our context: "remove the cluster" could mean "delete the folder containing the databases", or "drop the databases". Those actions are not identical. I would think we would want to be clear to our users which we mean.

Paul

________________________________
From: David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>
Sent: Friday, January 3, 2020 12:21 AM
To: libcub(at)hotmail(dot)com <libcub(at)hotmail(dot)com>; pgsql-docs(at)lists(dot)postgresql(dot)org <pgsql-docs(at)lists(dot)postgresql(dot)org>
Subject: Re: the concept of a database cluster

On Thursday, January 2, 2020, PG Doc comments form <noreply(at)postgresql(dot)org<mailto:noreply(at)postgresql(dot)org>> wrote:
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/12/creating-cluster.html
Description:

In 18.2, a database cluster is said to be "a database storage area on disk",
and then shortly afterward is is defined as "a collection of databases that
is managed by a single instance of a running database server". Those seem
very different things. Sometimes in the manual I can't tell which usage is
intended.

A garage is a “car storage area for a house”. A garage can (typically) store multiple cars just as a database cluster can store multiple databases. The files are only useful if there is a running instance and all databases stored in the cluster are managed by a single shared instance. You will need to better explain your confusion because the documentation is describing a complex system accurately but in parts that are related - two sides of the same coin, if you will.

David J.

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Paul Weiss 2020-01-04 10:10:08 References between initdb and pg_controldata
Previous Message Jürgen Purtz 2020-01-03 14:10:49 Re: doc: Add anchors in create_table.sgml