You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/09/21 07:48:33 UTC

[GitHub] strelok1010 opened a new issue #1618: I have a problem with a view

strelok1010 opened a new issue #1618: I have a problem with a view
URL: https://github.com/apache/couchdb/issues/1618
 
 
   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

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services