Re: Recommended books for admin

Поиск
Список
Период
Сортировка
От Aleksander Alekseev
Тема Re: Recommended books for admin
Дата
Msg-id CAJ7c6TO3eOvJovkGGOX8vMi1TKzrOrNzOw+sdwxdXOyGCWh=WA@mail.gmail.com
обсуждение исходный текст
Ответ на Recommended books for admin  (Tom Browder <tom.browder@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Ashutosh Bapat
Дата:
Сообщение: Re: Wrong results with grouping sets
Следующее
От: Aleksander Alekseev
Дата:
Сообщение: Re: Grammar guidelines in Postgres