couchdb
couchdb copied to clipboard
Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
#5655 introduced a new [database API endpoint](https://github.com/apache/couchdb/pull/5655/files#diff-82d8b792ffdb5c58dcd7d9c3bb2b4582e46d03e416f62104a403242f42e2a234R38): `/{db}/_auto_purge` which is a `/{db}/_security`-like JSON structure with a single key `deleted_document_ttl`. With [other features on the horizon](https://github.com/apache/couchdb/pull/5583/files#top) that need per-db configuration, I...
Tried to add SM v140. There are again some internal SpiderMonkey API changes. Tried to compile against SpiderMonkey v140 and got following errors: ``` ==> couch (compile) Compiling /Users/big-r/Documents/Developer/CouchDB/couchdb/src/couch/priv/couch_js/140/main.cpp In...
## Summary Time to time, we catch CPU high load like During this time, CouchDB returns an error response. To resolve this, we are restarting all CouchDB nodes in the...
Hi, I'm currently installing a couchdb and wanted to take care for backup/restore, and found the documentation to be rather vague about this. The dockerhub page at https://hub.docker.com/_/couchdb tells to...
This PR supercedes https://github.com/apache/couchdb/pull/5491 and includes @iilyak's excellent HTTP updates on top of it, as well as some final cleanup and documentation from me. I've copied the contents of `CSRT.md`...
There is no official yum/dnf repo and rpm for el10 (RHEL10, Almalinux 10, Rocky 10). Would be nice to have an official build, since el10 is around for a while...
It's be nice to have some standard test wrapper with 'retry until' or 'pass if any of N' functionality to deal with things like: ``` Compact after lowering attachment size...
## Summary Say I have a faceted field that contains tens of thousands of values, when querying with `counts` the resulting values are limited to the first 10 but without...
Please ignore for now mostly :) The goal here is to make our test suite test non-couchdb API implementations like pouchdb-server. For now this means commenting out a bunch of...