Mastering PostgreSQL 11 - Second Edition

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

This second edition of [i]Mastering PostgreSQL 11[/i] helps you build dynamic database solutions for enterprise applications using the latest release of PostgreSQL, which enables database analysts to design both the physical and technical aspects of the system architecture with ease. This book begins with an introduction to the newly released features in PostgreSQL 11 to help you build efficient and fault-tolerant PostgreSQL applications. You’ll examine all of the advanced aspects of PostgreSQL in detail, including logical replication, database clusters, performance tuning, monitoring, and user management. You will also work with the PostgreSQL optimizer, configuring PostgreSQL for high speed, and see how to move from Oracle to PostgreSQL. As you progress through the chapters, you will cover transactions, locking, indexes, and optimizing queries to improve performance. Additionally, you’ll learn to manage network security and explore backups and replications, while understanding the useful extensions of PostgreSQL so that you can optimize the speed and performance of large databases. By the end of this book, you will be able to use your database to its utmost capacity by implementing advanced administrative tasks with ease.

Author(s): Hans-Jurgen Schonig [Hans-Jurgen Schonig]
Edition: 2
Publisher: Packt Publishing
Year: 2018

Language: English
Pages: 450

1 PostgreSQL Overview
2 Understanding Transactions and Locking
3 Making Use of Indexes
4 Handling Advanced SQL
5 Log Files and System Statistics
6 Optimizing Queries for Good Performance
7 Writing Stored Procedures
8 Managing PostgreSQL Security
9 Handling Backup and Recovery
10 Making Sense of Backups and Replication
11 Deciding on Useful Extensions
12 Troubleshooting PostgreSQL
13 Migrating to PostgreSQL