Apache CouchDB Logo
2.3

Table of Contents

  • 1. Introduction
  • 2. Installation
  • 3. Setup
  • 4. Configuring CouchDB
  • 5. Replication
  • 6. CouchDB Maintenance
  • 7. Design Documents
  • 8. Query Server
  • 9. Fauxton
  • 10. Best Practices
  • 11. API Reference
  • 12. Cluster Reference
    • 12.1. Theory
    • 12.2. Node Management
    • 12.3. Database Management
    • 12.4. Shard Management
    • 12.5. Clustered Purge
  • 13. JSON Structure Reference
  • 14. Experimental Features
  • 15. Contributing to this Documentation
  • 16. Release History
  • 17. Security Issues Information
  • 18. Reporting New Security Problems with Apache CouchDB
  • 19. About CouchDB Documentation

Quick Reference

  • HTTP API Reference
  • Configuration Reference

Local Links

  • Fauxton

More Help

  • CouchDB Homepage
  • Mailing Lists
  • IRC
  • Issue Tracker
  • Download Docs
Apache CouchDB
  • Docs »
  • 12. Cluster Reference
  • Edit on GitHub

12. Cluster ReferenceΒΆ

As of CouchDB 2.0.0, CouchDB can be run in two different modes of operation:
  • Standalone
  • Cluster

This section details the theory behind CouchDB clusters, and provides specific operational instructions on node, database and shard management.

  • 12.1. Theory
  • 12.2. Node Management
    • 12.2.1. Adding a node
    • 12.2.2. Removing a node
  • 12.3. Database Management
    • 12.3.1. Creating a database
    • 12.3.2. Deleting a database
    • 12.3.3. Placing a database on specific nodes
  • 12.4. Shard Management
    • 12.4.1. Introduction
    • 12.4.2. Moving a shard
    • 12.4.3. Specifying database placement
    • 12.4.4. Resharding a database to a new q value
  • 12.5. Clustered Purge
    • 12.5.1. Internal Structures
    • 12.5.2. Compaction of Purges
    • 12.5.3. Local Purge Checkpoint Documents
    • 12.5.4. Internal Replication
    • 12.5.5. Indexes
    • 12.5.6. Config Settings
Next Previous

© Copyright 2018, Apache Software Foundation.

Built with Sphinx using a theme provided by Read the Docs.