I want to know that if a new document is added to couchbase and I am accessing these kind of documents via a mapreduce view. Then will the new document comse at last in the list of these documents or it can come at nay position in the list?
Asked
Active
Viewed 14 times
1 Answers
0
It does not depends on time of creation but depends totally on your key combinations.
So if you use a name
field as key, then it will be displayed in alphabetical order.
See Writing Views for more detail.

Chinh Nguyen
- 583
- 1
- 7
- 14