Re: Recommended books for admin

From: Aleksander Alekseev <aleksander(at)timescale(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Cc: Tom Browder <tom(dot)browder(at)gmail(dot)com>
Subject: Re: Recommended books for admin
Date: 2024-07-04 10:04:27
Message-ID: CAJ7c6TO3eOvJovkGGOX8vMi1TKzrOrNzOw+sdwxdXOyGCWh=WA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

> Can anyone recommend a good book on installing Postgres on multiple, connected multiuser systems, tuning it, managing users, backups, updated, etc.
>
> A cookbook/checklist approach would be great. I’ve bought several books over the years but a more current one is desirable.
>
> Thanks for any help.

There are many books written but not all of them are equally well
written to be honest.

Here are several good ones in the recommended read order:

- PostgreSQL Configuration by Baji Shaik (*)
- PostgreSQL Query Optimization by Henrietta Dombrovskaya et al (**)
- The Art of PostgreSQL by Dimitri Fontaine
- PostgreSQL Server Programming by Hannu Krosing et al
- PostgreSQL 14 Internals by Egor Rogov (***)

(*) replication is better described in the official documentation [1]
(**) doesn't cover such features as full-text search or PostGIS
(***) despite the title it's written from the DBAs perspective

[1]: https://www.postgresql.org/docs/current/runtime-config-replication.html

--
Best regards,
Aleksander Alekseev

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Aleksander Alekseev 2024-07-04 10:10:35 Re: Grammar guidelines in Postgres
Previous Message Ashutosh Bapat 2024-07-04 10:02:26 Re: Wrong results with grouping sets