you are getting timeouts every time? this is very odd, since views are only build once and are getting incrementally updated. accessing a fully builded view should be very fast.
also be aware, that all views in a design document are processed as a unit. the speed of view generation depends on many factors. If you provide us with some more information (like couchdb version, ddoc code, ...) we might be able to help you :) On 23.04.2010, at 14:26, Cairo Noleto wrote: > Hi, I have a database with 25000 docs, with more or less 512 MB, and I have > a design doc with 7 views. So, my problem is that is very slow to index this > documents. I use to access the database the couchrest rubygem and I receive > RestClient::Timeout > > When I access the design docs views via futon, I need wait a 10 minutes > before to see the docs. I believe the database is too small to have these > problems. > > So, anybody can help me?! > > -- > Cairo Noleto > Visits http://www.caironoleto.com/
