On 22/11/2009 1:45 PM, Senthilkumar Peelikkampatti wrote:
But CouchDb lacks API which accepts lists of document ids and return only those document somthing similar to "in" clause in SQL. Considering couchdb lacks specific list type api I am going with step 1 in oder to avoid multiple round trip. Am I missing something?
It sounds like you are looking for the _all_docs view with keys= in a post body? See http://wiki.apache.org/couchdb/HTTP_view_API for more info.
Cheers, Mark
