Cargando…

MongoDB high availability /

In Detail MongoDB is one of the pioneers in implementing the NoSQL concept by using "Document" as the infrastructure to save and restore data from a database. Using MongoDB in high pressure situations needs a predefined plan, and this book with its step-by-step approach can help you to mak...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Mehrabani, Afshin
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2014.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBOOKCENTRAL_ocn885020635
003 OCoLC
005 20240329122006.0
006 m o d
007 cr cnu---unuuu
008 140801s2014 enk o 000 0 eng d
040 |a IDEBK  |b eng  |e pn  |c IDEBK  |d EBLCP  |d N$T  |d E7B  |d DEBSZ  |d YDXCP  |d OCLCQ  |d COO  |d OCLCO  |d OCLCF  |d OCLCQ  |d FEM  |d AGLDB  |d OCLCQ  |d OCLCO  |d ICA  |d OCLCQ  |d OCLCO  |d ZCU  |d XFH  |d MERUC  |d OCLCQ  |d OCLCO  |d D6H  |d VTS  |d ICG  |d NLE  |d AU@  |d UKMGB  |d OCLCQ  |d OCLCO  |d STF  |d DKC  |d OCLCQ  |d UKAHL  |d OCLCQ  |d OCLCO  |d OCLCQ  |d AJS  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCQ 
016 7 |a 018007040  |2 Uk 
019 |a 968113946  |a 969040156  |a 994452122 
020 |a 9781783986736  |q (electronic bk.) 
020 |a 1783986735  |q (electronic bk.) 
020 |a 1322006784  |q (ebk) 
020 |a 9781322006789  |q (ebk) 
020 |a 9781783986729 
020 |a 1783986727 
029 1 |a AU@  |b 000062559393 
029 1 |a CHNEW  |b 000698665 
029 1 |a CHNEW  |b 000888261 
029 1 |a CHVBK  |b 374471789 
029 1 |a DEBBG  |b BV043611186 
029 1 |a DEBSZ  |b 410571237 
029 1 |a DEBSZ  |b 484726463 
029 1 |a UKMGB  |b 018007040 
035 |a (OCoLC)885020635  |z (OCoLC)968113946  |z (OCoLC)969040156  |z (OCoLC)994452122 
037 |a 3006351990057628298  |b TotalBoox  |f Ebook only  |n www.totalboox.com 
050 4 |a QA76.9.D3 
072 7 |a COM  |x 018000  |2 bisacsh 
082 0 4 |a 005.757  |2 23 
049 |a UAMI 
100 1 |a Mehrabani, Afshin. 
245 1 0 |a MongoDB high availability /  |c Afshin Mehrabani. 
260 |a Birmingham :  |b Packt Publishing,  |c 2014. 
300 |a 1 online resource 
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  |2 rda 
490 1 |a Community Experience Distilled 
588 0 |a Print version record. 
520 |a In Detail MongoDB is one of the pioneers in implementing the NoSQL concept by using "Document" as the infrastructure to save and restore data from a database. Using MongoDB in high pressure situations needs a predefined plan, and this book with its step-by-step approach can help you to make a highly available MongoDB server using the latest features. Starting with the basic concepts and their implementation, you will study real-world use cases which will help you understand the practical aspects of MongoDB. Each step contains an in-depth presentation and several screenshots. This book teaches you all the tips and tricks to make a highly available MongoDB server using different clustering solutions. This book has a perfect balance of concepts and their practical implementation along with solutions to make a highly available MongoDB server in a production environment and under high throughput with clear instructions and guidance. Approach This book has a perfect balance of concepts and their practical implementation along with solutions to make a highly available MongoDB server with clear instructions and guidance. Who this book is for If you are using MongoDB in a production environment and need a solution to make a highly available MongoDB server, this book is ideal for you. Familiarity with MongoDB is expected so that you understand the content of this book. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Understanding the MongoDB Architecture and Processes; Utilizing MongoDB components; Understanding the core components; Understanding mongod; Utilizing mongo; Learning about mongos; Import and export tools; Using import and export tools; Understanding mongodump; Utilizing mongorestore; Learning about bsondump; Understanding mongooplog; Using data tools; Understanding mongoexport; Utilizing mongoimport; Diagnostic tools; Learning about mongostat; Utilizing mongotop. 
505 8 |a Understanding mongosniffUtilizing mongoperf; File storage (GridFS) tools; Understanding mongofiles; Summary; Chapter 2: Understanding MongoDB's Failures and Limitations; Understanding the limitation of a 32-bit version of MongoDB; The Unix limitation; Failover in replica set; Sharding the configuration server failure; Understanding database locks; Summary; Chapter 3: Clustering in MongoDB; Clustering in MongoDB; Understanding replication; Learning about a replica set; Vertical and horizontal scaling; Utilizing sharding; Implementing clustering in MongoDB; Learning about shards. 
505 8 |a Understanding the configuration serverUtilizing the mongos or query router; Summary; Chapter 4: Utilizing a Replica Set; The purpose of replication; Understanding replication; Understanding asynchronous replication; Utilizing a replica set; Understanding oplog; Learning about replication and oplog changes; Understanding nodes' failover; Understanding the replica set election process; Different forms of secondary members; Using the priority 0 member; Utilizing hidden members; The delayed member; Understanding the arbiter node's role; Summary; Chapter 5: Replica Set in Action. 
505 8 |a Overview of replica setsBefore deploying a replica set; Configurations of a replica set; Deploying a replica set; Adding a new member; Removing a member; Adding an arbiter; Failover testing; Summary; Chapter 6: Understanding the Concept of Sharding; Understanding scaling; Learning about sharding; Understanding sharding modules; Utilizing a sharding key; Understanding range-based keys; Understanding hash-based keys; Understanding the splitting and balancing processes; Summary; Chapter 7: Sharding in Action; Preparing the environment; Implementing configuration servers. 
505 8 |a Configuring a mongos instanceManaging a mongos instance; Adding shards to mongos; Enable sharding; Summary; Chapter 8: Analyzing and Improving Database Performance; Understanding profiling; Utilizing profiling; Enabling and configuring the profiler; Using the profiler log; Introducing other analytics methods; Introducing indexes; Using projection; Limiting the number of records returned; Reviewing the hardware considerations; Summary; Chapter 9: Migrating Instances and Reducing Downtime; Understanding the migration process; Migrating a replica set in action; Explaining the migration process. 
546 |a English. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a MongoDB. 
630 0 7 |a MongoDB  |2 fast 
650 0 |a Database management. 
650 6 |a Bases de données  |x Gestion. 
650 7 |a COMPUTERS  |x Data Processing.  |2 bisacsh 
650 7 |a Database management  |2 fast 
776 0 8 |i Print version:  |a Mehrabani, Afshin.  |t MongoDB High Availability.  |d Packt Publishing 2014  |z 1322006784 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=1753325  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26942686 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL1753325 
938 |a ebrary  |b EBRY  |n ebr10900536 
938 |a EBSCOhost  |b EBSC  |n 818807 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis28704066 
938 |a YBP Library Services  |b YANK  |n 12009604 
994 |a 92  |b IZTAP