-
## Description
CouchDB gets tremendously slow after many queries are made. The situation gets better after some pause in the process. But as soon as the queries resume the system gets slow really rea…
-
Page: /contribute/code/core/dev-environment/
Version: 2024-05-02 05:35:26 -0700 -0700
---
This section mentions, we must use couchdb 2.x. However, latest CHT would throw an error if couchdb 2.x i…
-
Похоже, в новой couchdb сделан оптимизатор, который удаляет ревизии в больших базах не обращая внимания на параметр _revs_limit (он равен 1000 в наших базах, но couchdb уничтожает историю)
Надо либ…
-
[1.1. Installation on Unix-like systems](https://docs.couchdb.org/en/stable/install/unix.html)
produces the following on a fresh 22.04
``` bash
ubuntu@ip-172-31-34-232:~$ sudo apt install couch…
-
## Description
This morning I upgraded one node of my CouchDB cluster node to v3.4.1 while the two other nodes of the cluster are still on CouchDB v3.3.3.
Since then, I have had multiple excepti…
-
**Describe the issue**
It looks like currently dbt models are run on all the couchdb databases synced. While there's an issue in cht-sync syncing multiple databases (#165 ), if you specify any databas…
1yuv updated
11 hours ago
-
Being able to manage Couchdb database and data in fatfree like SQL et MongoDB
-
I am experiencing slow query performance in PouchDB despite using an index synced from CouchDB. Below are the details of my setup and the issue:
### setup
### This is my index in CouchDB
{
"_i…
-
![1667283578938](https://user-images.githubusercontent.com/103011488/199175526-7b0e45df-0d93-48fc-ab32-f6216a8b2c1b.png)
I use the command:kubectl get pods -n openwhisk --watch to check the pod s…
-
Now that we're on CouchDB 3.3 we can choose to use their prometheus endpoint: https://docs.couchdb.org/en/stable/api/server/common.html#get--_node-node-name-_prometheus
There are some configuration…