I want to make a GET request to Couch to retrieve documents. using the following URL:
http://CouchServer/database_name/_design/design_name/_view/viewName?keys=["4302"%2C"4152"%2C"58"%2C"3248"%2Cetc..]
Can I pass in several thousand view keys?
Is there a better way of retrieving several thousand docs in CouchDB?