Return-Path: X-Original-To: apmail-jackrabbit-dev-archive@www.apache.org Delivered-To: apmail-jackrabbit-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 79FAE96AE for ; Mon, 5 Mar 2012 13:03:31 +0000 (UTC) Received: (qmail 46440 invoked by uid 500); 5 Mar 2012 13:03:31 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 46380 invoked by uid 500); 5 Mar 2012 13:03:31 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 46373 invoked by uid 99); 5 Mar 2012 13:03:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2012 13:03:31 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mueller@adobe.com designates 64.18.1.33 as permitted sender) Received: from [64.18.1.33] (HELO exprod6og114.obsmtp.com) (64.18.1.33) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2012 13:03:22 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob114.postini.com ([64.18.5.12]) with SMTP ID DSNKT1S5hRvAataY1Ap5IZey683NfRKowosR@postini.com; Mon, 05 Mar 2012 05:03:02 PST Received: from inner-relay-1.corp.adobe.com ([153.32.1.51]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q25D10J0025498 for ; Mon, 5 Mar 2012 05:01:00 -0800 (PST) Received: from nahub02.corp.adobe.com (nahub02.corp.adobe.com [10.8.189.98]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q25D31MM026498 for ; Mon, 5 Mar 2012 05:03:01 -0800 (PST) Received: from eurhub01.eur.adobe.com (10.128.4.30) by nahub02.corp.adobe.com (10.8.189.98) with Microsoft SMTP Server (TLS) id 8.3.192.1; Mon, 5 Mar 2012 05:03:00 -0800 Received: from eurmbx01.eur.adobe.com ([10.128.4.32]) by eurhub01.eur.adobe.com ([10.128.4.30]) with mapi; Mon, 5 Mar 2012 13:02:59 +0000 From: Thomas Mueller To: "dev@jackrabbit.apache.org" Date: Mon, 5 Mar 2012 13:02:56 +0000 Subject: Re: [jr3] Tree model Thread-Topic: [jr3] Tree model Thread-Index: Acz60Emjk1KDLuNeTi+/iBb3NZBitQ== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.14.0.111121 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Hi, >>I'm not sure this is really about the cost. I rather have concerns >> about contention and conflicts in the distributed case. > >That's a part of the cost I was thinking of. This clearly is a >significant design decision to make, which is why I'd hope to see some >actual numbers to back us (it would have been great if the existing >prototypes had already provided such detail). I agree, numbers would be good. I felt a negative (sometimes hostile) attitude towards benchmarks so far. I fear no matter what the numbers are, they would be declined on the basis of that they are not relevant. >Alternatively, we could >leave the orderability issue undefined for now, and revisit the >decision once we have a better idea of what works and what doesn't. Yes, I would leave it undefined. I don't think it will or should hold us up. >I think it would be useful to tie orderability and >SNSs together, as any code that implements SNSs should fairly easily >be able to give us orderability as well. I don't think that they are (or should be) tied together that much. >Thus I think it would be a >good solution to implement both either below or above the MK level. >Splitting the features across the MK line doesn't seem that useful. I view them as distinct features actually. Regards, Thomas