Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CA93710345 for ; Wed, 11 Dec 2013 18:45:07 +0000 (UTC) Received: (qmail 47877 invoked by uid 500); 11 Dec 2013 18:45:07 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 47840 invoked by uid 500); 11 Dec 2013 18:45:07 -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 47832 invoked by uid 99); 11 Dec 2013 18:45:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Dec 2013 18:45:07 +0000 Date: Wed, 11 Dec 2013 18:45:07 +0000 (UTC) From: "Simon Metson (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (COUCHDB-1958) /_utils/fauxton opens all databases on dashboard MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-1958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13845622#comment-13845622 ] Simon Metson commented on COUCHDB-1958: --------------------------------------- I think it'd be better to have _all_dbs be paginated (e.g. add limit and skip to that end point) then you'd have a known load size on that first hit. Adding a first page that was an entry point into all dbs, or a specific db could be nice, too. > /_utils/fauxton opens all databases on dashboard > ------------------------------------------------ > > Key: COUCHDB-1958 > URL: https://issues.apache.org/jira/browse/COUCHDB-1958 > Project: CouchDB > Issue Type: Bug > Components: Fauxton > Reporter: Gregor Martynus > > I'm using Hoodie and have an app with 100k+ databases. After opening Fauxton it freezes and kills any browser, as it tries to get information about every single one of them with separate requests. > Could we optionally turn the initial loading of databases off entirely? In a database-per-user setup, it's not helpful anyway -- This message was sent by Atlassian JIRA (v6.1.4#6159)