Re: Recommended books for admin - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Re: Recommended books for admin
Date
Msg-id CAJ7c6TO3eOvJovkGGOX8vMi1TKzrOrNzOw+sdwxdXOyGCWh=WA@mail.gmail.com
Whole thread Raw
In response to Recommended books for admin  (Tom Browder <tom.browder@gmail.com>)
List 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



pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: Wrong results with grouping sets
Next
From: Aleksander Alekseev
Date:
Subject: Re: Grammar guidelines in Postgres