Ordering of values in couchdb reduce -


are values in couchdb reduce function passed in order according keys argument?

i mean of course when rereduce argument set false.

yes, keys , values should have 1:1 mapping, , in same order. it's not explicitly stated in documentation, contextually that's gather.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -