If I need to get CouchDB to either create or recreate a large view index, is it enough to just pass in the view path in the URL with the '?limit=1', so that it doesn't send back all the data? Or will that only build the index for the first record? I other words, does CouchDB always build the entire index no matter wat the query was?
