Book Image

Mastering PostgreSQL 15 - Fifth Edition

By : Hans-Jürgen Schönig
Book Image

Mastering PostgreSQL 15 - Fifth Edition

By: Hans-Jürgen Schönig

Overview of this book

Starting with an introduction to the newly released features of PostgreSQL 15, this updated fifth edition will help you get to grips with PostgreSQL administration and how to build dynamic database solutions for enterprise apps, including designing both physical and technical aspects of the system. You'll explore advanced PostgreSQL features, such as logical replication, database clusters, advanced indexing, and user management to manage and maintain your database. You'll then work with the PostgreSQL optimizer, configure PostgreSQL for high speed, and move from Oracle to PostgreSQL. Among the other skills that the book will help you build, you’ll cover transactions, handling recursions, working with JSON and JSONB data, and setting up a Patroni cluster. It will show you how to improve performance with query optimization. You'll also focus on managing network security and work with backups and replication while exploring useful PostgreSQL extensions that optimize the performance of large databases. By the end of this PostgreSQL book, you’ll be able to use your database to its utmost capacity by implementing advanced administrative tasks with ease.
Table of Contents (16 chapters)

Index

As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.

Symbols

.pgpass

using 350, 351

A

actual time block 210

adminpack module

using 426-428

advisory locks

utilizing 38, 39

aggregates

efficiency, improving 142-144

hypothetical aggregates, writing 144-146

support, adding for parallel queries 141, 142

writing 137

anonymous code blocks

using 263, 264

asynchronous replication

checking, to ensure availability 380-383

conflicts, managing 385, 386

failovers, performing 383

halting 380

making, reliable 387

resuming 380

setting up 376

set up, performing 377-379

set up, security improving 379

timelines 384

autovacuum

configuring 41

available extensions

checking 423- 426

B

backups

passwords and connection information, passing 349

performing 347, 348

performing...