Cargando…

PostgreSQL 13 Cookbook /

Get to grips with building reliable, scalable, and maintainable database solutions for enterprises and production databases Key Features Implement PostgreSQL 13 features to perform end-to-end modern database management Design, manage, and build enterprise database solutions using a unique recipe-bas...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Kumar, Vallarapu (Autor)
Autor Corporativo: Safari, an O'Reilly Media Company
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Packt Publishing, 2021.
Edición:1st edition.
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a22000007a 4500
001 EBSCO_on1246197189
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu||||||||
008 050321s2021 xx o 000 0 eng
040 |a AU@  |b eng  |c AU@  |d TAC  |d OCLCQ  |d TOH  |d OCLCQ  |d IEEEE  |d YDX  |d N$T  |d UKAHL  |d EBLCP  |d NLW  |d OCLCO 
019 |a 1240381036  |a 1241448083  |a 1256700310  |a 1302698120  |a 1355685967 
020 |z 9781838648138 
020 |z 9781838641054 
020 |a 183864105X  |q (electronic bk.) 
020 |a 9781838641054 
020 |z 1838648135 
024 8 |a 9781838648138 
029 0 |a AU@  |b 000068941538 
029 1 |a AU@  |b 000073550000 
035 |a (OCoLC)1246197189  |z (OCoLC)1240381036  |z (OCoLC)1241448083  |z (OCoLC)1256700310  |z (OCoLC)1302698120  |z (OCoLC)1355685967 
037 |a 10163115  |b IEEE 
050 4 |a QA76.73.S67 
082 0 4 |a 005.7585  |2 23/eng/20230822 
049 |a UAMI 
100 1 |a Kumar, Vallarapu,  |e author. 
245 1 0 |a PostgreSQL 13 Cookbook /  |c Kumar, Vallarapu. 
250 |a 1st edition. 
264 1 |b Packt Publishing,  |c 2021. 
300 |a 1 online resource (344 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
520 |a Get to grips with building reliable, scalable, and maintainable database solutions for enterprises and production databases Key Features Implement PostgreSQL 13 features to perform end-to-end modern database management Design, manage, and build enterprise database solutions using a unique recipe-based approach Solve common and not-so-common challenges faced while working to achieve optimal database performance Book Description PostgreSQL has become the most advanced open source database on the market. This book follows a step-by-step approach, guiding you effectively in deploying PostgreSQL in production environments. The book starts with an introduction to PostgreSQL and its architecture. You'll cover common and not-so-common challenges faced while designing and managing the database. Next, the book focuses on backup and recovery strategies to ensure your database is steady and achieves optimal performance. Throughout the book, you'll address key challenges such as maintaining reliability, data integrity, a fault-tolerant environment, a robust feature set, extensibility, consistency, and authentication. Moving ahead, you'll learn how to manage a PostgreSQL cluster and explore replication features for high availability. Later chapters will assist you in building a secure PostgreSQL server, along with covering recipes for encrypting data in motion and data at rest. Finally, you'll not only discover how to tune your database for optimal performance but also understand ways to monitor and manage maintenance activities, before learning how to perform PostgreSQL upgrades during downtime. By the end of this book, you'll be well-versed with the essential PostgreSQL 13 features to build enterprise relational databases. What you will learn Understand logical and physical backups in Postgres Demonstrate the different types of replication methods possible with PostgreSQL today Set up a high availability cluster that provides seamless automatic failover for applications Secure a PostgreSQL encryption through authentication, authorization, and auditing Analyze the live and historic activity of a PostgreSQL server Understand how to monitor critical services in Postgres 13 Manage maintenance activities and performance tuning of a PostgreSQL cluster Who this book is for This PostgreSQL book is for database architects, database developers and administrators, or anyone who wants to become well-versed with PostgreSQL 13 features to plan, manage, and design effic ... 
542 |f Copyright © 2021 Packt Publishing  |g 2021 
550 |a Made available through: Safari, an O'Reilly Media Company. 
588 |a Online resource; Title from title page (viewed February 26, 2021) 
505 0 |a Intro -- Title Page -- Cover -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Chapter 1: Cluster Management Fundamentals -- Technical requirements -- Installing PostgreSQL 13 using RPMs on CentOS -- Getting ready -- How to do it... -- How it works... -- Initializing a PostgreSQL cluster using initdb -- Getting ready -- How to do it... -- How it works... -- Starting a PostgreSQL cluster using pg_ctl -- Getting ready -- How to do it... -- How it works... -- Clusters in PostgreSQL -- Databases in PostgreSQL -- There's more... 
505 8 |a Shutting down a PostgreSQL cluster using different shutdown modes -- Getting ready -- How to do it... -- How it works... -- There's more... -- Identifying a PostgreSQL data directory and its contents -- Getting ready -- How to do it... -- How it works... -- There's more... -- Moving pg_wal to another location -- Getting ready -- How to do it... -- How it works... -- Running the psql client and some psql shortcuts -- Getting ready -- How to do it... -- How it works... -- Running a SQL server using psql -- Getting a list of databases -- Finding the database's size -- Connecting to a database 
505 8 |a Getting the list of schemas in a database -- Getting the list of tables -- Describing a table -- There's more... -- SQLs behind the shortcuts -- Locating the Postgres configuration file -- Getting ready -- How to do it... -- How it works... -- There's more... -- include_dir -- include -- Modifying the location of a postgresql.conf file in PostgreSQL -- Getting ready -- How to do it... -- How it works... -- Modifying the postgresql.auto.conf file in PostgreSQL -- Getting ready -- How to do it... -- How it works... -- There's more... -- Enable archiving in PostgreSQL -- Getting ready 
505 8 |a How to do it... -- How it works... -- There's more... -- Chapter 2: Cluster Management Techniques -- Technical requirements -- Creating and dropping databases -- Getting ready -- How to do it... -- How it works -- There's more -- Locating a database and a table on the file system -- Getting ready -- How to do it... -- How it works... -- Creating a schema in PostgreSQL -- Getting ready -- How to do it... -- How it works... -- There's more... -- Checking table and index sizes in PostgreSQL -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating tablespaces 
505 8 |a Getting ready -- How to do it... -- How it works -- There's more... -- Moving tables to a different tablespace -- Getting ready -- How to do it... -- How it works -- Creating a user in PostgreSQL -- Getting ready -- How to do it... -- How it works -- There's more... -- Dropping a user in PostgreSQL -- Getting ready -- How to do it ... -- How it works ... -- Assigning and revoking a privilege to/from a user or a role -- Getting ready -- How to do it -- How it works -- Creating a group role for role-based segregation -- Getting ready -- How to do it -- How it works 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a PostgreSQL 
650 0 |a SQL (Computer program language) 
650 0 |a Database management. 
650 0 |a Databases  |x Design. 
650 6 |a SQL (Langage de programmation) 
650 6 |a Bases de données  |x Gestion. 
650 7 |a Servers.  |2 bicssc 
650 7 |a Databases.  |2 bicssc 
650 7 |a Data capture & analysis.  |2 bicssc 
650 7 |a Data mining.  |2 bicssc 
650 7 |a Computers  |x Data Processing.  |2 bisacsh 
650 7 |a Computers  |x Database Management  |x Data Mining.  |2 bisacsh 
710 2 |a Safari, an O'Reilly Media Company. 
776 0 8 |i Print version:  |z 1838648135  |z 9781838648138  |w (OCoLC)1153293326 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2762120  |z Texto completo 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781838648138/?ar  |z Texto completo 
936 |a BATCHLOAD 
938 |a YBP Library Services  |b YANK  |n 301961181 
938 |a EBSCOhost  |b EBSC  |n 2762120 
938 |a Askews and Holts Library Services  |b ASKH  |n AH37406755 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL6507012 
994 |a 92  |b IZTAP