Also what version of CouchDB and what POST api is being used. We fixed a bug in multiplart attachments awhile back that fixes some slowness. Also we don't store bytes verbatim on disk nor do we use sendfile APIs since we have to write it out in the database format.
On Thu, Nov 12, 2015 at 6:27 AM, Andy Wenk <[email protected]> wrote: > awesome - thanks for your participation :D > > On 12 November 2015 at 13:04, Jan Lehnardt <[email protected]> wrote: > >> I added a few more questions to the post. >> >> > On 12 Nov 2015, at 12:59, Alexander Shorin <[email protected]> wrote: >> > >> > Why oranges are more tasty than lemons? >> > >> > Apache HTTPD is just a web server with no backend storage, logic, etc. >> > CouchDB is a database with HTTP interface (read web server + backend). >> > -- >> > ,,,^..^,,, >> > >> > >> > On Thu, Nov 12, 2015 at 2:53 PM, Andy Wenk <[email protected]> wrote: >> >> Hey, >> >> >> >> this is an interesting question. Maybe someone can answer it? >> >> >> >> >> http://serverfault.com/questions/735415/what-could-make-upload-speeds-vastly-differ-in-couchdb-vs-apache >> >> >> >> I am very interested in the reasons ;-) I think it has sth. to do how >> >> CouchDB handles the attachment storage. And the test case was by using >> >> Futon. Not the CLI ... >> >> >> >> All the best >> >> >> >> Andy >> >> >> >> -- >> >> Andy Wenk >> >> Hamburg - Germany >> >> RockIt! >> >> >> >> GPG fingerprint: C044 8322 9E12 1483 4FEC 9452 B65D 6BE3 9ED3 9588 >> >> >> >> https://people.apache.org/keys/committer/andywenk.asc >> >> -- >> Professional Support for Apache CouchDB: >> http://www.neighbourhood.ie/couchdb-support/ >> >> > > > -- > Andy Wenk > Hamburg - Germany > RockIt! > > GPG fingerprint: C044 8322 9E12 1483 4FEC 9452 B65D 6BE3 9ED3 9588 > > https://people.apache.org/keys/committer/andywenk.asc
