Skip to content

Instantly share code, notes, and snippets.

@danse
Created September 23, 2015 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danse/2cbc95d1fbed63645890 to your computer and use it in GitHub Desktop.
Save danse/2cbc95d1fbed63645890 to your computer and use it in GitHub Desktop.
A note about Couch reduction errors

This is an explanation Jan gave me about a weird error we got with Couch:

The thing to remember is that within a design doc, all map/reduce funs are evaluated together. So if you have two views, one with reduce and one without, but in the same ddoc, even querying the one view will trigger the reduce overflow error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment