Re: couchdb upload large attachments

2016-10-18 Thread Joel Wallis Jucá
Hi Tobias.

Using CouchDB to store large attachments is not a good idea. You'll end up
having issues with replication, etc.

A better approach would be storing that file into a proper repository (like
AWS' S3) and storing the file metadata into CouchDB.

Em 18 de out de 2016 6:09 AM, "Tobias Geiser" 
escreveu:

Hi

I try to use couchdb as a software repository for chocolatey. When I try to
upload large attachments i get a error that the request was canceled.

I've tried to upload the attachment through futon, but also can't upload
the large attachment (>2GB).

I think this sounds like a timeout problem.

Does anyone had similar problems with large attachments.

Kind regards

Tobais


couchdb upload large attachments

2016-10-18 Thread Tobias Geiser
Hi

I try to use couchdb as a software repository for chocolatey. When I try to
upload large attachments i get a error that the request was canceled.

I've tried to upload the attachment through futon, but also can't upload
the large attachment (>2GB).

I think this sounds like a timeout problem.

Does anyone had similar problems with large attachments.

Kind regards

Tobais