couchdb
couchdb copied to clipboard
Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
## Description We have a database containing only a few hundred records, each with a few dozen fields, usually with multiple attachments. We noticed that some queries were behaving strangely,...
## Expected Behavior First of all, I am a programmer from China. Here are my questions: `{ "limit": 20, "skip": 0, "fields": [ "_id", "fid", "_rev", "name", "des", "type", "fname",...
## Overview This PR represents a prototype of a feature @janl and I have been working on. It lets us build indexes on dynamically computed values inside Mango, which would...
Hello, I installed CouchDB 3.2.1 on Ubuntu 20.04. I enabled SSL on port 6984 with a well-recognized Let's Encrypt SSL certificate in my browsers and with a domain name that...
I posted this some days ago here: [https://github.com/apache/couchdb/discussions/3049](https://github.com/apache/couchdb/discussions/3049) ## Description After enabling SSL accordingly to the [manual](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=48203146) it doesn't works in Chrome and Safari. It works fine in CouchDB 2.3.1...
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description I am attempting to schedule replication between two instances which only...
Similar to #1752, if you use the cluster setup wizard to create admin users on new nodes in the cluster, the created admin user will not use an identical salt...
## Summary As a user, it would be convenient to see the process_status value for a compaction job. This is because smoosh may start a compaction job and have some...
## Overview We specify two config variables under query_server_config called partition_query_limit and query_limit. These are not enforced in the code since https://github.com/apache/couchdb/commit/b2f9cfaceb121bf391f25e5edc51ad75b71967b4 was merged in response to issue https://github.com/apache/couchdb/issues/2795. The...
## Summary In the "Moving Shard" section of the documentation (https://docs.couchdb.org/en/stable/cluster/sharding.html#moving-a-shard), it says that "To balance the distribution of shards from existing databases, they must be moved manually." ## Desired...