I don't speak english, but I will try.
I have a database "db_logs_prices" with 455 documents and 227.7 MB, too it have
a view with this estucture (and reduce is "sum"):
```
function (doc) {
emit(doc._id, 1);
}
```
**¿When is the problem?**
my server freezes because the view consumes all the RAM, it returns an error
that says
`{"error":"timeout","reason":"The request could not be processed in a
reasonable amount of time."}`
The ID format is: 2018-12-24_10-12
The same view in other databases with much more documents works perfectly well
[ Full content available at: https://github.com/apache/couchdb/issues/1618 ]
This message was relayed via gitbox.apache.org for [email protected]