couchdb icon indicating copy to clipboard operation
couchdb copied to clipboard

Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability

Results 343 couchdb issues
Sort by recently updated
recently updated
newest added

## Description CouchDB gets tremendously slow after many queries are made. The situation gets better after some pause in the process. But as soon as the queries resume the system...

bug
needs-triage

toggle the native access support for Lucene (requires launching with `java -jar` in packages/scripts though)

## Description I am trying to configure a CouchDB instance on Rocky Linux 8. I have it installed and functioning, but if I put any configuration .ini files in `etc/local.d`,...

bug
needs-triage

Title: Too Many Pending Connections On a Couchdb cluster with three nodes, the number of connections in CLOSE-WAIT state to one of the nodes gradually increases. This is what I...

bug
needs-triage

My database has 4.7GB of data (3191269 docs) Attribute _id has implicit index. ``` { "type": "special", "def": { "fields": [ { "_id": "asc" } ] } } ``` This...

bug
needs-triage

[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description When I run the official docker image using these environment variables...

bug
needs-triage

[NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ ) ## Summary [NOTE]: # ( Provide a brief overview of what the new...

enhancement
feature
patches-welcome

## Overview Stale Elixir dependencies can cause test failures after upgrading Erlang or Elixir, so remove them whenever we `make clean`. ## Testing recommendations Confirm it removes Elixir test artifacts....

[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description When setting `require_valid_user_except_for_up` instead of `require_valid_user` in the CouchDB configuration, the...

bug
needs-triage

# Description We're working with a CouchDB database that holds about 272 million records. When attempting to retrieve all documents using a curl command and writing to a file, we...

bug