Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 68207 invoked from network); 7 Jul 2010 17:17:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Jul 2010 17:17:16 -0000 Received: (qmail 29844 invoked by uid 500); 7 Jul 2010 17:17:15 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 29761 invoked by uid 500); 7 Jul 2010 17:17:15 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 29753 invoked by uid 99); 7 Jul 2010 17:17:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jul 2010 17:17:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jul 2010 17:17:12 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o67HGost002931 for ; Wed, 7 Jul 2010 17:16:50 GMT Message-ID: <32329438.241741278523010611.JavaMail.jira@thor> Date: Wed, 7 Jul 2010 13:16:50 -0400 (EDT) From: "Pierre Beck (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Commented: (COUCHDB-550) Provide Futon UI option that would use 'stale=ok' when browsing DB views in Futon, useful for write-heavy DB's In-Reply-To: <663328364.1257111419367.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12885992#action_12885992 ] Pierre Beck commented on COUCHDB-550: ------------------------------------- I would welcome this feature, too. Navigating large datasets with lots of changes per second is virtually impossible with Futon (I experience Index build times of 30 minutes and more) and this feat would fix that. > Provide Futon UI option that would use 'stale=ok' when browsing DB views in Futon, useful for write-heavy DB's > -------------------------------------------------------------------------------------------------------------- > > Key: COUCHDB-550 > URL: https://issues.apache.org/jira/browse/COUCHDB-550 > Project: CouchDB > Issue Type: Improvement > Components: Futon > Environment: All > Reporter: Glenn Rempe > Attachments: jira-couchdb-550-trunk.patch > > > If a CouchDB has continuous writes, as in the case of a log capturing system, it becomes very difficult to use Futon to browse the views in a design document. If writes are continuous in the background, and the admin chooses a view to browse in Futon, CouchDB will force an update to the view index and will block Futon on trying to browse that design document. This makes it almost impossible to be able to browse the view results as the indexing may never catch up with the writes. > A possible solution to this is to provide a UI option (Checkbox) in Futon which would append the "stale='ok'" onto all Futon view requests allowing for instantaneous browsing of the current state of the DB view indexes. This option would be off by default (current behavior). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.