Apache CouchDB Logo
2.2

Table of Contents

  • 1. Introduction
  • 2. Installation & First-Time Setup
  • 3. Configuring CouchDB
  • 4. Replication
  • 5. CouchDB Maintenance
    • 5.1. Compaction
    • 5.2. Performance
  • 6. Design Documents
  • 7. Query Server
  • 8. Fauxton
  • 9. Best Practices
  • 10. API Reference
  • 11. Cluster Reference
  • 12. JSON Structure Reference
  • 13. Experimental Features
  • 14. Contributing to this Documentation
  • 15. Release History
  • 16. Security Issues Information
  • 17. Reporting New Security Problems with Apache CouchDB
  • 18. 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 »
  • 5. CouchDB Maintenance
  • Edit on GitHub

5. CouchDB MaintenanceΒΆ

  • 5.1. Compaction
    • 5.1.1. Database Compaction
    • 5.1.2. Views Compaction
      • 5.1.2.1. Views cleanup
    • 5.1.3. Automatic Compaction
  • 5.2. Performance
    • 5.2.1. Disk I/O
      • 5.2.1.1. File Size
      • 5.2.1.2. Disk and File System Performance
    • 5.2.2. System Resource Limits
      • 5.2.2.1. CouchDB Configuration Options
        • 5.2.2.1.1. delayed_commits
        • 5.2.2.1.2. max_dbs_open
      • 5.2.2.2. Erlang
      • 5.2.2.3. Maximum open file descriptors (ulimit)
    • 5.2.3. Network
      • 5.2.3.1. Connection limit
    • 5.2.4. CouchDB
      • 5.2.4.1. DELETE operation
      • 5.2.4.2. Document’s ID
    • 5.2.5. Views
      • 5.2.5.1. Views Generation
      • 5.2.5.2. Built-In Reduce Functions
Next Previous

© Copyright 2018, Apache Software Foundation.

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