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

first draft implementation of https://github.com/apache/couchdb-documentation/pull/424 (which is itself a little out of date, but it paints the big picture).

https://bellard.org/quickjs/ It might a be a nice fallback, at least, if SM is missing or cannot be built for a particular OS/arch combination. RHEL 9 had stopped including the SM...

javascript
viewserver
discussion
enhancement

CouchDB/Clouseau indexing allows analyzers but what about n-gram tokenization? What is the best practive for n-grams? Should we use an algorithm to do n-grams within the index javascript function? Or...

enhancement
patches-welcome

## Overview ## Testing recommendations ## Related Issues or Pull Requests ## Checklist - [ ] Code is written and works correctly - [ ] Changes are covered by tests...

[NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ ) ## Summary On your docker hub site you mentioned in the Caveats section...

enhancement
feature
beginner-friendly
patches-welcome

When requested, the Mango execution statistics do not always reflect their actual values but something that is less than or simply zero, most of the times. This happens on the...

api
mango
bug

## Description When a mango query includes a `use_index` option and the specified index does not exist, CouchDB might fallback on an existing index, which can cause unexpected behavior. ##...

api
mango
feature

There is a new NIF-based socket backend starting with [Erlang 23](https://www.erlang.org/blog/otp-23-highlights/#gen_tcp-and-the-new-socket-module). It might provide some benefits such as faster / lower latency connections and allow us to inspect connection state...

enhancement
needs-triage

Extend the `dev/run` and `dev/remsh` scripts in ways that would let the users to set the cookie for inter-node communication directly from the command line. This may come handy in...

## Overview automate cleaning up search indexes (clouseau and nouveau) when design documents are updated. ## Testing recommendations TBD ## Related Issues or Pull Requests N/A ## Checklist - [x]...