Replies: 2 comments 5 replies
-
building views is normally does not put much strain on RAM, so we need to look for another reason:
|
Beta Was this translation helpful? Give feedback.
4 replies
-
What is your CouchDB version btw, and what is q value (number of shards) for the given DB? Did OS reclaim memory after indexing finished? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In a couchdb Server containing more than 1500 databases(Cluster with 4 nodes), tried creating a design document with 4 views in one database(with doc_count more than 450K). Before creating this design doc more than 4GiB RAM was available. But once the view's indexing process started it consumed entire RAM in all nodes.
Is there any recommended way to create heavy views in live environments without causing downtime.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions