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

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...

bug
needs-triage

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...

mango
enhancement

[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description time zone in log are different from os ## Steps to...

discussion
enhancement
feature
beginner-friendly

Support webhook notification , I want to use couchdb with serverless lambda, but lambda can not keep the connection to listen the _change

enhancement
patches-welcome

[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description [NOTE]: # ( Describe the problem you're encountering. ) [TIP]: #...

bug
needs-triage

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...

documentation
enhancement
beginner-friendly

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...

documentation
api
beginner-friendly
performance

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...

bug
needs-triage

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...