You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2009/03/03 13:12:52 UTC

[Couchdb Wiki] Update of "Open items" by JanLehnardt

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The following page has been changed by JanLehnardt:
http://wiki.apache.org/couchdb/Open_items

The comment on the change is:
done

------------------------------------------------------------------------------
  
  The documentation, especially the introductions, could use some basic diagrams that show various the parts of a CouchDB server: Host OS, Application HTTP server, CouchDB database server (Server contains database which contain document which contain computed tables etc).
  
- == Configuration ==
- 
- Note: This is currently being worked on. Check with the couchdb-dev (http://incubator.apache.org/couchdb/community/lists.html) mailing list for a status.
- 
- CouchDB needs a configuration/setting process that loads and parses the ''couch.ini'' file and provides the interface for internal processes to get and set couchdb system settings. This way admins can changes settings from the Erlang consol and via http.
- 
- The module should be able to write out changes (variable edits, additions, and deletions) to the ini file without losing whitespace or comments in the original file. It should be possible to register change event callbacks, so that callers can be notified when a value changes.
  
  == Collation Optimizations ==