couchdb
couchdb copied to clipboard
Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
Hi After migration to 3.3.2 each time we shut down couchdb we get plenty of following errors. `[error] 2023-11-13T11:16:52.821626Z couchdb@xxxxxxx -------- CRASH REPORT Process () with 0 neighbors exited with...
Mango index scans do not handle the `$lt` ("less than") and `$gt` ("greater than") operators efficiently. In case of `$lt`, `inclusive_end=true` is always assumed, so e.g. if there was a...
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description time zone in log are different from os ## Steps to...
Support webhook notification , I want to use couchdb with serverless lambda, but lambda can not keep the connection to listen the _change
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description [NOTE]: # ( Describe the problem you're encountering. ) [TIP]: #...
The documentation at https://docs.couchdb.org/en/master/ddocs/search.html#queries includes examples for queries but shows the query= string wrapped in quotes. The parameter is not quoted. If you use it in curl as documented it...
I have a database with 544 documents (very small db). It has been created in a couchdb 1.x version. If I follow the steps with couchup to upgrade to couchdb...
We currently don't expose the units for each stat that we publish under `/_node//_stats`. We should. I bet this is a pretty straightforward update to all of the `stats_descriptions.cfg` files...
Hi Team, We are using Couch db v 3.2.2. While trying to access a db view through automation, we are getting the below error Error: normal. Reason: {gen_server,call,[, {pread_iolist,327789} The...
This PR bypasses the socket tests on windows and fixes a flaky chttpd changes tests where we made a too strong of an assumption about the order in which the...