Our book contains practical solutions and examples for using the new JSON functions and operators, which make it easier to store, query, and manipulate JSON data in your applications. We walk you through the process of configuring refined user roles and permissions, ensuring effective access control in complex environments. Additionally, the book teaches new monitoring capabilities introduced with the pg_stat_io view, which provide insights into I/O operations to help optimize performance. The book goes on to implement performance enhancements such as SIMD acceleration for processing ASCII and JSON strings, as well as the new load balancing feature, load_balance_hosts, which distributes traffic efficiently among multiple servers.
Key Learnings
Boost data availability and workload distribution using advanced logical replication techniques.
Apply the SIMD acceleration to expedite the processing of ASCII and JSON strings.
Make use of improved SQL/JSON syntax to manage complicated JSON data operations.
Utilize pg_stat_io for troubleshooting and monitoring I/O operations.
Utilize Rust libraries like pgx and rust-postgres for easy integration with PostgreSQL.
Distribute workload among numerous PostgreSQL instances by configuring load_balance_hosts.
Simplify user role configurations and security with refined privilege management.
Utilize pgBackRest and Barman to implement strong backup strategies
Table of Content
Preparing PostgreSQL 16
Performing Basic PostgreSQL Operations
PostgreSQL Cloud Provisioning
Database Migration to Cloud and PostgreSQL
WAL, AutoVacuum & ArchiveLog
Partitioning and Sharding Strategies
Troubleshooting Replication, Scalability & High Availability
Blob, JSON Query, CAST Operator & Connections
Authentication, Audit & Encryption
Implementing Database Backup Strategies
Perform Database Recovery & Restoration