|
|
|
|
LEADER |
00000cam a22000007a 4500 |
001 |
OR_on1306056111 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
220326s2022 enk o 000 0 eng d |
040 |
|
|
|a EBLCP
|b eng
|e pn
|c EBLCP
|d ORMDA
|d OCLCO
|d OCLCF
|d NLW
|d OCLCQ
|d N$T
|d UKAHL
|d TEFOD
|d OCLCQ
|d IEEEE
|d OCLCO
|
020 |
|
|
|a 1803240784
|
020 |
|
|
|a 9781803240787
|q (electronic bk.)
|
029 |
1 |
|
|a AU@
|b 000071547498
|
035 |
|
|
|a (OCoLC)1306056111
|
037 |
|
|
|a 9781803248974
|b O'Reilly Media
|
037 |
|
|
|a 17A77587-E7F5-4D34-829F-CD9927AC3D3B
|b OverDrive, Inc.
|n http://www.overdrive.com
|
037 |
|
|
|a 10162776
|b IEEE
|
050 |
|
4 |
|a QA76.9.D3
|
082 |
0 |
4 |
|a 005.75/65
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Riggs, Simon.
|
245 |
1 |
0 |
|a PostgreSQL 14 Administration Cookbook :
|b Over 175 Proven Recipes for Database Administrators to Manage Enterprise Databases Effectively.
|
260 |
|
|
|a Birmingham :
|b Packt Publishing, Limited,
|c 2022.
|
300 |
|
|
|a 1 online resource (608 pages)
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Cover -- Title page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Chapter 1: First Steps -- Introducing PostgreSQL 14 -- What makes PostgreSQL different? -- How to get PostgreSQL -- How to do it ... -- How it works ... -- There's more ... -- Connecting to the PostgreSQL server -- Getting ready -- How to do it ... -- How it works ... -- There's more ... -- See also -- Enabling access for network/remote users -- How to do it ... -- How it works ... -- There's more ... -- See also -- Using the pgAdmin4 GUI tool -- How to do it ... -- How it works ... -- Using the OmniDB GUI tool
|
505 |
8 |
|
|a How to do it ... -- See also -- Using the psql query and scripting tool -- Getting ready -- How to do it ... -- How it works ... -- There's more ... -- See also -- Changing your password securely -- How to do it ... -- How it works ... -- Avoiding hardcoding your password -- Getting ready -- How to do it ... -- How it works ... -- There's more ... -- Using a connection service file -- How to do it ... -- How it works ... -- Troubleshooting a failed connection -- How to do it ... -- There's more ... -- PostgreSQL in the cloud -- Getting ready -- How to do it ... -- How it works ... -- There's more ... -- Chapter 2: Exploring the Database
|
505 |
8 |
|
|a What type of server is this? -- How to do it ... -- There's more ... -- What version is the server? -- How to do it ... -- How it works ... -- There's more ... -- What is the server uptime? -- How to do it ... -- How it works ... -- See also -- Locating the database server files -- Getting ready -- How to do it ... -- How it works ... -- There's more ... -- Locating the database server's message log -- Getting ready -- How to do it ... -- How it works ... -- There's more ... -- See also -- Locating the database's system identifier -- Getting ready -- How to do it ... -- How it works ...
|
505 |
8 |
|
|a Listing databases on the database server -- How to do it ... -- How it works ... -- There's more ... -- How many tables are there in a database? -- How to do it ... -- How it works ... -- There's more ... -- How much disk space does a database use? -- How to do it ... -- How it works ... -- How much disk space does a table use? -- How to do it ... -- How it works ... -- There's more ... -- Which are my biggest tables? -- How to do it ... -- How it works ... -- How many rows are there in a table? -- How to do it ... -- How it works ... -- Quickly estimating the number of rows in a table -- How to do it ... -- How it works ...
|
505 |
8 |
|
|a There's more ... -- Listing extensions in this database -- How to do it ... -- How it works ... -- There's more ... -- See also -- Understanding object dependencies -- Getting ready -- How to do it ... -- How it works ... -- There's more ... -- Chapter 3: Server Configuration -- RTFM -- How to do it ... -- How it works ... -- There's more ... -- Planning a new database -- Getting ready -- How to do it ... -- How it works ... -- There's more ... -- Setting configuration parameters for the database server -- Getting ready -- How to do it ... -- How it works ... -- There's more ... -- Setting configuration parameters in your programs
|
500 |
|
|
|a How to do it ...
|
520 |
|
|
|a Administer, monitor, and replicate your PostgreSQL 14 database for efficient database management and maintenance Key Features Troubleshoot and tackle any administration and management problems in PostgreSQL 14 Find expert techniques for monitoring, fine-tuning, and securing your database Adopt efficient replication for high availability with PostgreSQL 14 Book Description PostgreSQL is a powerful, open-source database management system with an enviable reputation for high performance and stability. With many new features in its arsenal, PostgreSQL 14 allows you to scale up your PostgreSQL infrastructure. With this book, you'll take a step-by-step, recipe-based approach to effective PostgreSQL administration. This book will get you up and running with all the latest features of PostgreSQL 14 while helping you explore the entire database ecosystem. You'll learn how to tackle a variety of problems and pain points you may face as a database administrator such as creating tables, managing views, improving performance, and securing your database. As you make progress, the book will draw attention to important topics such as monitoring roles, validating backups, regular maintenance, and recovery of your PostgreSQL 14 database. This will help you understand roles, ensuring high availability, concurrency, and replication. Along with updated recipes, this book touches upon important areas like using generated columns, TOAST compression, PostgreSQL on the cloud, and much more. By the end of this PostgreSQL book, you'll have gained the knowledge you need to manage your PostgreSQL 14 database efficiently, both in the cloud and on-premise. What you will learn Plan, manage, and maintain PostgreSQL databases in production Work with the newly introduced features of PostgreSQL 14 Use pgAdmin or OmniDB to perform database administrator (DBA) tasks Use psql to write accurate and repeatable scripts Understand how to tackle real-world data issues with the help of examples Select and implement robust backup and recovery techniques in PostgreSQL 14 Deploy best practices for planning and designing live databases Who this book is for This Postgres 14 book is for database administrators, data architects, database developers, and anyone with an interest in planning and running live production databases using PostgreSQL 14. Those looking for hands-on solutions to any problem associated with PostgreSQL 14 administration will also find this book useful. Some experience with handling PostgreSQL databases will help you to make the most out of this book, however, it is a useful resource even if you are just beginning your Postgres journey.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a PostgreSQL.
|
630 |
0 |
7 |
|a PostgreSQL
|2 fast
|
650 |
|
0 |
|a Database management.
|
650 |
|
6 |
|a Bases de données
|x Gestion.
|
650 |
|
7 |
|a COMPUTERS
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Data Processing.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Databases
|x Servers.
|2 bisacsh
|
650 |
|
7 |
|a Database management
|2 fast
|
700 |
1 |
|
|a Ciolli, Gianni.
|
776 |
0 |
8 |
|i Print version:
|a Riggs, Simon.
|t PostgreSQL 14 Administration Cookbook.
|d Birmingham : Packt Publishing, Limited, ©2022
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781803248974/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH39763689
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL6938281
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 3188032
|
994 |
|
|
|a 92
|b IZTAP
|