Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 99560 invoked from network); 14 Sep 2009 13:48:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Sep 2009 13:48:20 -0000 Received: (qmail 14917 invoked by uid 500); 14 Sep 2009 13:48:20 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 14839 invoked by uid 500); 14 Sep 2009 13:48:20 -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 14829 invoked by uid 99); 14 Sep 2009 13:48:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Sep 2009 13:48:20 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Sep 2009 13:48:18 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 860CA234C052 for ; Mon, 14 Sep 2009 06:47:57 -0700 (PDT) Message-ID: <1113302406.1252936077544.JavaMail.jira@brutus> Date: Mon, 14 Sep 2009 06:47:57 -0700 (PDT) From: "Jason Davies (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Commented: (COUCHDB-502) Large objects/text crash the view server In-Reply-To: <1840653864.1252931458190.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-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754982#action_12754982 ] Jason Davies commented on COUCHDB-502: -------------------------------------- I *think* it's a Futon issue. I would need to look into it to be sure though, perhaps it can be solved using some kind of lazy loading/rendering. We should also upgrade to jQuery 1.3.2, see COUCHDB-432. 1.3.2 has performance improvements related to :visible/:hidden selectors which may affect us, and it should improve performance generally. > Large objects/text crash the view server > ---------------------------------------- > > Key: COUCHDB-502 > URL: https://issues.apache.org/jira/browse/COUCHDB-502 > Project: CouchDB > Issue Type: Bug > Components: JavaScript View Server > Affects Versions: 0.9.1 > Environment: Futon on Apache CouchDB 0.9.1, ubuntu > Reporter: Jos Boumans > > Any sufficiently large JSON object will cause script time outs in firefox/safari. The example object I used had 500 individual keys, whose values were hashes with 20 individual keys. > Storing that same JSON ***AS STRING*** made firefox issue the following error on the console, stopping rendering altogether: script stack space quota is exhausted. > Statement executed is: var match = quickExpr.exec( selector );\n from jquery.js?1.3.1 (line 50) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.