Hi Erlang/CouchDB, Recently I am trying to read the source code of CouchDB, and got some knowledge that how the CouchDB booting up.
Right now I want to learn, when send a request, for example POST a document, what parts of CouchDB code will do from handle the request to save the data into disk / filesystem. In other words, POST doc ===> save data to disk / filesystem, what parts of code will work for the whole procedure? Regards & Thanks! David
