From jackrabbit-dev-return-5133-apmail-incubator-jackrabbit-dev-archive=www.apache.org@incubator.apache.org Wed Jan 11 17:41:09 2006 Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 23033 invoked from network); 11 Jan 2006 17:41:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jan 2006 17:41:08 -0000 Received: (qmail 31668 invoked by uid 500); 11 Jan 2006 17:41:07 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 31657 invoked by uid 99); 11 Jan 2006 17:41:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2006 09:41:07 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ixjonez@gmail.com designates 64.233.182.199 as permitted sender) Received: from [64.233.182.199] (HELO nproxy.gmail.com) (64.233.182.199) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2006 09:41:06 -0800 Received: by nproxy.gmail.com with SMTP id n29so6355nfc for ; Wed, 11 Jan 2006 09:40:44 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EXHhILmwOYY+q8FfDmIOxoCV0sndhQnMdwICR6oLxO6iUF/y8m6nXAViz+ElZo/M3Zz15MbMG4SnNJ4Of3N5ZIEW+siCLNITHq4JEJBZZB/TNd+GDdapvn4+ybC8sy+sQAp1Ph6m1ula1dXJjP78sOiNv30JAVv6i3tfPlgd2gI= Received: by 10.48.229.20 with SMTP id b20mr63518nfh; Wed, 11 Jan 2006 09:40:44 -0800 (PST) Received: by 10.48.224.5 with HTTP; Wed, 11 Jan 2006 09:40:44 -0800 (PST) Message-ID: <29a761a00601110940m2989e968s21ec878607484173@mail.gmail.com> Date: Wed, 11 Jan 2006 09:40:44 -0800 From: Brian Moseley Sender: ixjonez@gmail.com To: jackrabbit-dev@incubator.apache.org Subject: Re: handling indexing failure In-Reply-To: <510143ac0601110851m601c1e67m8f9d931c87db2807@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <29a761a00601101023s2761aa5fy6f4acf8ac3d27b78@mail.gmail.com> <510143ac0601110851m601c1e67m8f9d931c87db2807@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 1/11/06, Jukka Zitting wrote: > Based on your description it feels to me that you are seriously > pushing the limits of the TextFilter feature. Have you considered the > alternative of doing the binary-to-index-optimized-text conversion at > the application level and storing the results as an extra string (or a > text/plain binary) property? This would probably double your storage > requirements, but you'd avoid the mentioned problems and there would > be no need to use Jackrabbit-specific features. we did consider that option, but it turns out that querying against a single jcr property isn't good enough (for various reasons that aren't interesting here). also, doubling my current storage requirements of just below 500gb, to nearly a terabyte of storage for a 10,000 user calendar server with a 15mb user quota, just seems outrageous and, i'm pretty sure, unacceptable to those holding the checkbook ;)