couchdb
couchdb copied to clipboard
Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
https://bellard.org/quickjs Some benefits over SM: * Small. We're using 6 or so C files vs 700+ SM91 C++ files. * Built with Apache CouchDB as opposed having to maintain a...
Hi everyone. I present to you a problem that we are randomly encountering. this is a 3 node couchdb cluster. one of them (always the same) apparently for no reason,...
*This is an alternative to #4710 based on the results of the related discussion.* It is not always beneficial for the performance if the Mango query planner tries to assign...
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description [NOTE]: # ( Describe the problem you're encountering. ) [TIP]: #...
https://github.com/apache/couchdb/pull/4782#issuecomment-1747071353
It is not always beneficial for the performance if the Mango query planner tries to assign an index to the selector. User-specified indexes may save the day, but since they...
## Overview for selector; ``` {"selector":{"_id":{"$regex":"doc.+"}}} ``` before; ``` { "include_docs": true, "view_type": "map", "reduce": false, "partition": null, "start_key": [], "end_key": [ "" ], "direction": "fwd", "stable": false, "update": true,...
On the Mango query interface, when the `$regex` operator is used in a selector with a field that could be backed up by a `view` (`json`) index, it is not...
[NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ ) ## Summary Provide the ability for Mango to answer a query only using...
## Description It should be possible to configure CouchDB to serve documents only over an SSL port (default: 6984) and not the insecure http port (defautl: 5984). ## Steps to...