Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 57725 invoked from network); 23 Apr 2010 12:41:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Apr 2010 12:41:24 -0000 Received: (qmail 93077 invoked by uid 500); 23 Apr 2010 12:41:22 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 93013 invoked by uid 500); 23 Apr 2010 12:41:22 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 93005 invoked by uid 99); 23 Apr 2010 12:41:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Apr 2010 12:41:22 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebastiancohnen@googlemail.com designates 209.85.218.220 as permitted sender) Received: from [209.85.218.220] (HELO mail-bw0-f220.google.com) (209.85.218.220) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Apr 2010 12:41:15 +0000 Received: by bwz20 with SMTP id 20so159918bwz.32 for ; Fri, 23 Apr 2010 05:40:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=sR6iAcj52kpYXyL4xBFmWzIWYEwjJRTduMk1WlWhpeA=; b=SeBwM5JBBlNm+OkmzE9e3F9Wp3c0wY6ABtClsEO0/HcMKoeliL+pOSTNwu8Mc8UuIt TxxbFsT0thmu9KyEx8RKs52S48ONW5ivmzfXyYayhLZAJz0Hd40OYs2TUPTtMQ0kzyoL OG+gtaFj1N7CNyDR4MugOYGGUqt85DTvUwwj4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=gO0Z8Y0dHvuYF3CTt7luY1k8p+10HtW/nATH/WjYgFJivJHPWrhr+Sl1VffFLolDqA 5mBpIuJYIKOFf4zYhaMDvqirROVooL7M/Fs0w2XGbJ5h+8+akYmD/B6U8QLWNe4a6204 qHhTL3g/H6ROwFYUHznpG8bCrK0Jd6cAFGc1M= Received: by 10.103.4.13 with SMTP id g13mr3354689mui.12.1272026451781; Fri, 23 Apr 2010 05:40:51 -0700 (PDT) Received: from shakti.fritz.box (koln-5d817405.pool.mediaWays.net [93.129.116.5]) by mx.google.com with ESMTPS id j2sm4292680mue.23.2010.04.23.05.40.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 23 Apr 2010 05:40:51 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Apple Message framework v1078) Subject: Re: CouchDB Timeout From: Sebastian Cohnen In-Reply-To: Date: Fri, 23 Apr 2010 14:40:49 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <769AB0FC-0B51-4DED-A82F-13BB3B9018A6@googlemail.com> References: To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1078) X-Virus-Checked: Checked by ClamAV on apache.org 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 >=20 > 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. >=20 > So, anybody can help me?! >=20 > --=20 > Cairo Noleto =EF=A3=BF > Visits http://www.caironoleto.com/