There's an old article that talks about some of the internal data structures by Ricky Ho:
http://horicky.blogspot.com/2008/10/couchdb-implementation.html Not sure if that's what you had in mind or not. On Fri, Nov 7, 2014 at 11:33 AM, john pradeep <[email protected]> wrote: > Hi, > I am trying to understand the couchdb source, It wasn't that difficult to > understand the structure of various applications, supervision trees, config > management etc. > > I have comfortably moved on to understand the actual layer where > couch_server accesses the file system to manage the DB files. > > But before i spend more time understanding the different DB files, shards, > and the data structure that gets flushed to these files. I was wondering if > there are any articles/blogs which explains these details so i can keep > that as a reference as i read the code. Any help in this regard will be > appreciated. > > > Thanks, > John
