Hello, I am exporting data from mysql to couchdb using _bulk_docs. Some of the json files are in gigs. When I try to bulk upload docs curl runs out of memory reading these files. Is there a way to stream the files while sending a post request? For now I'm splitting the bigger files but then some of them still end up as big as 800mb because some of the file have like 2,40,000 of rowset. What is the max size limit when posting files using curl ? Is there a alternate to curl for uploading chunk of json files to couchdb ?
Thanks, Monica
