couchdb
couchdb copied to clipboard
Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
## Overview ## Testing recommendations ## Related Issues or Pull Requests ## Checklist - [ ] Code is written and works correctly - [ ] Changes are covered by tests...
The same as #5432 but on the 3.4 branch.
Hello, I’ve been trying out Mango and Nouveau together, orienting myself along what’s in the docs and the tests, and have run into several problems. I’ve provided a full set...
## Description When log level is set to `debug`, there exists at least one view with "lengthy" emissions (many characters, for example uuids) with a reduce function, and there is...
#Problem: Response on _nouveau index query: {"error":"internal_server_error","reason":"There was an error processing your request. It has been logged (ID eb5752b9a6daada8)."} log says: ERROR [2025-01-27 10:07:59,090] io.dropwizard.jersey.errors.LoggingExceptionMapper: Error handling a request: eb5752b9a6daada8...
## Overview Add upgrade notes for 3.x to 3.4.x to highlight the default node name has changed which may result in unwanted behaviour for users who left the CouchDB vm.args...
It'd be nice to be able to listen to multiple addresses without having to listen on 0.0.0.0. Format could be either: bind_address=127.0.0.1 bind_address=10.0.0.2 bind_address=192.168.0.2 or: bind_address=127.0.0.1 10.0.0.2 192.168.0.2
I have recently attempted to upgrade an existing 3.3.2 installation to 3.4.2 on Windows 10. The upgrade appeared successful, but Fauxton showed "database failed to load" for all my databases....
## Summary Enable the use of the nouveau index function inside the native erlang query server. ## Desired Behavior The Index function like in javascript ( index("double", "min_length", doc.min_length, {"store":...
## Summary Add `zstd` codec support. ## Desired Behaviour CouchDB already supports multiple compression codecs (by the way, which exactly? Cannot find the documentation about it), so we want just...