Return-Path: X-Original-To: apmail-subversion-dev-archive@minotaur.apache.org Delivered-To: apmail-subversion-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 98A0B99FC for ; Wed, 4 Apr 2012 20:30:37 +0000 (UTC) Received: (qmail 32052 invoked by uid 500); 4 Apr 2012 20:30:37 -0000 Delivered-To: apmail-subversion-dev-archive@subversion.apache.org Received: (qmail 32013 invoked by uid 500); 4 Apr 2012 20:30:37 -0000 Mailing-List: contact dev-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@subversion.apache.org Received: (qmail 32006 invoked by uid 99); 4 Apr 2012 20:30:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Apr 2012 20:30:37 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [78.47.87.163] (HELO mx0.elegosoft.com) (78.47.87.163) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Apr 2012 20:30:29 +0000 Received: from localhost (localhost [127.0.0.1]) by mx0.elegosoft.com (Postfix) with ESMTP id 77FEBDE874; Wed, 4 Apr 2012 22:30:08 +0200 (CEST) Received: from mx0.elegosoft.com ([127.0.0.1]) by localhost (mx0.elegosoft.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4WPvlGinlGqj; Wed, 4 Apr 2012 22:30:08 +0200 (CEST) Received: from lp-shahaf.local (bzq-79-180-206-85.red.bezeqint.net [79.180.206.85]) by mx0.elegosoft.com (Postfix) with ESMTPSA id 12275DE808; Wed, 4 Apr 2012 22:30:08 +0200 (CEST) Date: Wed, 4 Apr 2012 23:30:05 +0300 From: Daniel Shahaf To: Ashod Nakashian Cc: Greg Stein , "dev@subversion.apache.org" Subject: Re: Compressed Pristines (Summary) Message-ID: <20120404203005.GC4985@lp-shahaf.local> References: <727D8E16AE957149B447FE368139F2B50D78C8BA@SERVER10> <1333532345.90915.YahooMailNeo@web161404.mail.bf1.yahoo.com> <20120404164650.GI2862@lp-shahaf.local> <1333559927.43337.YahooMailNeo@web161401.mail.bf1.yahoo.com> <1333561534.21279.YahooMailNeo@web87704.mail.ir2.yahoo.com> <1333564903.53335.YahooMailNeo@web161401.mail.bf1.yahoo.com> <20120404184617.GL2862@lp-shahaf.local> <1333567575.61788.YahooMailNeo@web161404.mail.bf1.yahoo.com> <1333571286.71057.YahooMailNeo@web161403.mail.bf1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1333571286.71057.YahooMailNeo@web161403.mail.bf1.yahoo.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-Virus-Checked: Checked by ClamAV on apache.org +1 to what Greg just outlined Ashod Nakashian wrote on Wed, Apr 04, 2012 at 13:28:06 -0700: > >________________________________ > > From: Greg Stein > >My vote is compress for files > N bytes (and store on disk), and stick the others into a new pristine.db. Maybe compress before inserting into Sqlite. Not sure. Add a few heuristics for skipping compression on certain files types. > >Shouldn't be too bad to start with that. > >Cheers, > >-g > > > > I feel this is indeed what we're closing on, at least for an initial working demo. But I'd like to hear more agreements before committing to this path. I know some did show support for this approach, but it's hard to track them in the noise. > > So to make it easier, let's either voice support to this suggestion and commit to an implementation, or voice objection with at least reasons and possibly alternative action. Silence is passive agreement, so the onus on those opposing ;-) > > Thanks to all! > -Ash >