I think the real question is why are you dealing with a document that is 1gb in the first place?.... Basically what's happening is couchdb has to load all of that doc into memory to use it in a map function and there is a default timeout of like 5 seconds or something. Is there anyway you can break up those massive docs into smaller docs?... What are you aggregating in those things? On Jun 24, 2014 6:43 AM, "Svoronos Gmail" <[email protected]> wrote:
> Hello everyone, > I am working with a project for which i created a database with 10 > documents. Some of them are really big (more than 1gb). When i try to do > any viewing the program returns an error. I fixed it for very simple > viewings by increasing the limits in the config (os process timeout and os > process limit in query servers). Still though i face problems for > relatively complex viewings. I was wondering if there is a way for the > viewing to bother only with a specified doc in the database and not go > through all the doc.. > Does anyone know if this is possible? Is there any other suggestion? > > Thanks in advance!
