May 2010
2 posts
Quick hacks for emacs configuration
You might have to reload emacs quite often to see how your configuration works. Here is the quick reload now use M x reload-emacs. There you go!
May 16th
3 tags
#CouchDB does not support chaining map/reduce
#couchdb does not support chaining of map/reduce jobs. people in mailing lists suggest creating temporary databases that will hold the output of the map function(again a json doc) and run map jobs on it. Will work like a charm. Sounds like what we do in traditional RDBMS world. Chaining map/reduce is basic to any map/reduce based db is what i thought. Will that be added to future versions of...
May 8th