|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
OR_ocn918863975 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
150817s2015 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d OCLCF
|d EBLCP
|d IDEBK
|d DEBSZ
|d COO
|d YDXCP
|d DEBBG
|d OCLCQ
|d MERUC
|d OCLCQ
|d OCLCO
|d CEF
|d OCLCQ
|d OCLCO
|d OCLCQ
|d WYU
|d OCLCO
|d UAB
|d AU@
|d UKAHL
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|d K6U
|d OCLCQ
|
019 |
|
|
|a 915154131
|a 916950688
|a 923517788
|
020 |
|
|
|a 9781783988549
|
020 |
|
|
|a 1783988541
|
020 |
|
|
|a 1783550600
|
020 |
|
|
|a 9781783550609
|
020 |
|
|
|z 9781783550609
|
029 |
1 |
|
|a AU@
|b 000056113179
|
029 |
1 |
|
|a DEBBG
|b BV043020071
|
029 |
1 |
|
|a DEBBG
|b BV043622438
|
029 |
1 |
|
|a DEBSZ
|b 445087706
|
029 |
1 |
|
|a DEBSZ
|b 455696373
|
029 |
1 |
|
|a GBVCP
|b 882743430
|
035 |
|
|
|a (OCoLC)918863975
|z (OCoLC)915154131
|z (OCoLC)916950688
|z (OCoLC)923517788
|
037 |
|
|
|a CL0500000627
|b Safari Books Online
|
050 |
|
4 |
|a QA76.9.D3
|
082 |
0 |
4 |
|a 005.7565
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Schönig, Hans-Jürgen,
|e author.
|
245 |
1 |
0 |
|a PostgreSQL replication :
|b leverage the power of PostgreSQL replication to make your databases more robust, secure, scalable, and fast /
|c Hans-Jürgen Schönig.
|
246 |
3 |
|
|a Postgre SQL replication
|
246 |
3 |
|
|a Postgre structured query language replication
|
246 |
3 |
0 |
|a Leverage the power of PostgreSQL replication to make your databases more robust, secure, scalable, and fast
|
246 |
3 |
|
|a Leverage the power of Postgre SQL replication to make your databases more robust, secure, scalable, and fast
|
246 |
3 |
|
|a Leverage the power of Postgre structured query language replication to make your databases more robust, secure, scalable, and fast
|
250 |
|
|
|a Second edition.
|
264 |
|
1 |
|a Birmingham, UK :
|b Packt Publishing,
|c 2015.
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Community experience distilled
|
588 |
0 |
|
|a Online resource; title from cover (Safari, viewed August 13, 2015).
|
500 |
|
|
|a Includes index.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Understanding Concepts of Replication; The CAP theorem and physical limitations of replication; Understanding the CAP theorem; Understanding the limits of physics; Different types of replication; Synchronous versus asynchronous replication; Considering performance issues; Understanding replication and data loss; Single-master versus multimaster replication; Logical versus physical replication; When to use physical replication; When to use logical replication.
|
505 |
8 |
|
|a Using sharding and data distributionUnderstanding the purpose of sharding; Designing a sharded system; Querying different fields; Pros and cons of sharding; Choosing between sharding and redundancy; Increasing and decreasing the size of a cluster; Combining sharding and replication; Various sharding solutions; PostgreSQL-based sharding; Summary; Chapter 2: Understanding the PostgreSQL Transaction Log; How PostgreSQL writes data; The PostgreSQL disk layout; Looking into the data directory; PG_VERSION -- the PostgreSQL version number; base -- the actual data directory; global -- the global data.
|
505 |
8 |
|
|a Pg_clog -- the commit logpg_dynshmem -- shared memory; pg_hba.conf -- host-based network configuration; pg_ident.conf -- ident authentication; pg_logical -- logical decoding; pg_multixact -- multitransaction status data; pg_notify -- LISTEN/NOTIFY data; pg_replslot -- replication slots; pg_serial -- information about committed serializable transactions; pg_snapshot -- exported snapshots; pg_stat -- permanent statistics; pg_stat_tmp -- temporary statistics data; pg_subtrans -- subtransaction data; pg_tblspc -- symbolic links to tablespaces; pg_twophase -- information about prepared statements.
|
505 |
8 |
|
|a Pg_xlog -- the PostgreSQL transaction log (WAL)postgresql.conf -- the central PostgreSQL configuration file; Writing one row of data; A simple INSERT statement; Read consistency; The purpose of the shared buffer; Mixed reads and writes; The format of the XLOG; The XLOG and replication; Understanding consistency and data loss; All the way to the disk; From memory to memory; From the memory to the disk; A word about batteries; Beyond the fsync function; PostgreSQL consistency levels; Tuning checkpoints and the XLOG; Understanding the checkpoints; Configuring checkpoints.
|
505 |
8 |
|
|a About segments and timeoutsTo write or not to write?; Tweaking WAL buffers; Experiencing XLOG in action; Understanding the XLOG records; Making the XLOG deterministic; Making the XLOG reliable; LSNs and shared buffer interaction; Debugging the XLOG and putting it all together; Making use of replication slots; Physical replication slots; Logical replication slots; Configuring replication identities; Summary; Chapter 3: Understanding Point-in-time Recovery; Understanding the purpose of PITR; Moving to the bigger picture; Archiving the transaction log; Taking base backups; Using pg_basebackup.
|
520 |
|
|
|a This book is ideal for PostgreSQL administrators who want to set up and understand replication. By the end of the book, you will be able to make your databases more robust and secure by getting to grips with PostgreSQL replication.
|
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
|0 (OCoLC)fst01394262
|
650 |
|
0 |
|a Database management.
|
650 |
|
0 |
|a SQL (Computer program language)
|
650 |
|
6 |
|a Bases de données
|x Gestion.
|
650 |
|
6 |
|a SQL (Langage de programmation)
|
650 |
|
7 |
|a Database management.
|2 fast
|0 (OCoLC)fst00888037
|
650 |
|
7 |
|a SQL (Computer program language)
|2 fast
|0 (OCoLC)fst01102869
|
776 |
0 |
8 |
|i Print version:
|a Schönig, Hans-Jürgen.
|t PostgreSQL Replication.
|d Birmingham : Packt Publishing, ©2015
|z 9781783550609
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781783550609/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH29054240
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL2120248
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis32249886
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12548031
|
994 |
|
|
|a 92
|b IZTAP
|