Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 13669 invoked from network); 4 Oct 2009 17:01:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Oct 2009 17:01:02 -0000 Received: (qmail 49755 invoked by uid 500); 4 Oct 2009 17:01:01 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 49676 invoked by uid 500); 4 Oct 2009 17:01:01 -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 49666 invoked by uid 99); 4 Oct 2009 17:01:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Oct 2009 17:01:01 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of adam.kocoloski@gmail.com designates 74.125.92.27 as permitted sender) Received: from [74.125.92.27] (HELO qw-out-2122.google.com) (74.125.92.27) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Oct 2009 17:00:50 +0000 Received: by qw-out-2122.google.com with SMTP id 5so833319qwi.29 for ; Sun, 04 Oct 2009 10:00:29 -0700 (PDT) Received: by 10.224.43.168 with SMTP id w40mr2621433qae.19.1254675629725; Sun, 04 Oct 2009 10:00:29 -0700 (PDT) Received: from ?10.0.1.9? (c-71-232-49-44.hsd1.ma.comcast.net [71.232.49.44]) by mx.google.com with ESMTPS id 4sm1597104qwe.48.2009.10.04.10.00.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 04 Oct 2009 10:00:28 -0700 (PDT) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v1076) Subject: Re: Timeout Error when trying to access views + Indexing problems From: Adam Kocoloski In-Reply-To: <6cfccb3d0910040926h738d7b23h650f4e012ae578de@mail.gmail.com> Date: Sun, 4 Oct 2009 13:00:26 -0400 Content-Transfer-Encoding: 7bit Message-Id: <3D3CB2AA-5C79-4FB2-A3E2-B5B2145FB25F@apache.org> References: <6cfccb3d0910030910m678c9157o811a57e02ffbeff0@mail.gmail.com> <6cfccb3d0910031824q5d9362c2k7719b32a779e956f@mail.gmail.com> <1521F562-7878-423B-BEC3-FF2A1916DA0C@gmail.com> <6cfccb3d0910032307i1df64f79u437d5c803bff2c50@mail.gmail.com> <6cfccb3d0910032327h111e74bw401e13f04a4892c6@mail.gmail.com> <6cfccb3d0910040926h738d7b23h650f4e012ae578de@mail.gmail.com> To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1076) X-Virus-Checked: Checked by ClamAV on apache.org On Oct 4, 2009, at 12:26 PM, Glenn Rempe wrote: > BTW. That was a magic trick Chris. Thank you. Bulk saves of 1000 > docs > went from almost 1 minute to less than 2 seconds the moment I > changed that > value in the futon config interface. > Is there a reason that is not the default setting? I'd say inertia. The sequential IDs are a newish feature, and the similarity between IDs might be a bit surprising to users. I'd be in favor of switching the default, though. Best, Adam