Book Image

Learning Couchbase

By : Henry Potsangbam
Book Image

Learning Couchbase

By: Henry Potsangbam

Overview of this book

This book achieves its goal by taking up an end-to-end development structure, right from understanding NOSQL document design to implementing full fledged eCommerce application design using Couchbase as a backend. Starting with the architecture of Couchbase to get you up and running, this book quickly takes you through designing a NoSQL document and implementing highly scalable applications using Java API. You will then be introduced to document design and get to know the various ways to administer Couchbase. Followed by this, learn to store documents using bucket. Moving on, you will then learn to store, retrieve and delete documents using smart client base on Java API. You will then retrieve documents using SQL like syntax call N1QL. Next, you will learn how to write map reduce base views. Finally, you will configure XDCR for disaster recovery and implement an eCommerce application using Couchbase.
Table of Contents (12 chapters)
Index

Chapter 10. Administration, Tuning, and Monitoring

In any enterprise system, after its implementation, the administrator needs to carry out lot of administrative tasks for the system to perform well. Administration is an ongoing process. From what I observed in my experience, the most daunting task of an administrator was to make systems run smoothly all the time without any hitch. While managing a system administrator team, I usually advise my team to divide administration into three phases:

  • Rudimentary phase: In this phase, an administrator has to take care of the basic requirements, such as service availability, disk space, LAN connectivity, and so on. This phase usually consists of monitoring and ensuring that a system is working well and that there are no issues with it. In this phase, there will be a lot of issues, and usually there will be a lot of complaints from the system's users. However, it can be proactively monitored to stabilize the system.

  • Advanced phase: In this phase, an...