Return-Path: X-Original-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-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 6C8D0E138 for ; Mon, 11 Feb 2013 22:35:22 +0000 (UTC) Received: (qmail 66208 invoked by uid 500); 11 Feb 2013 22:35:22 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 66185 invoked by uid 500); 11 Feb 2013 22:35:22 -0000 Mailing-List: contact oak-dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-dev@jackrabbit.apache.org Received: (qmail 66174 invoked by uid 99); 11 Feb 2013 22:35:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2013 22:35:22 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jukka.zitting@gmail.com designates 209.85.219.42 as permitted sender) Received: from [209.85.219.42] (HELO mail-oa0-f42.google.com) (209.85.219.42) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2013 22:35:14 +0000 Received: by mail-oa0-f42.google.com with SMTP id i18so6870606oag.15 for ; Mon, 11 Feb 2013 14:34:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=THMqw+Gp2TRcNDL5cmYakPMRsn16ZnVNiieTN23T2ns=; b=dv7n1SiWJ23+RItKP8H4HFDgCvyKTc1DCI14pyBKe7A/DKuNy7hhO/cvzVVgAunXKI YjBqggF/B0k59AudcU94dZxhSYdYfJJumWIgMFzBQSYI3fdKAOYKaThkwaZRWu2AfMW9 a60EeyMCzklFNCKwj80FmWxGJ2IINn21QbU6OJlj+f/ZGyx45p4h5grmJSxjUqk61HGS Vq/UB/w0PDD/OGvr1y+75YrhHVSN8qk7ZCn6nbNHwGF0vAiQ9CMrN1I8OnVtgPZL2W0H QGIDKSiNrv4apLWi9HRLMNJAKzY+HwM/NpfVO4vLzVYg8p4eULpnTcvt3h/VL67l/SkU t4rw== X-Received: by 10.182.154.103 with SMTP id vn7mr11774297obb.60.1360622093464; Mon, 11 Feb 2013 14:34:53 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.80.102 with HTTP; Mon, 11 Feb 2013 14:34:32 -0800 (PST) In-Reply-To: References: From: Jukka Zitting Date: Tue, 12 Feb 2013 00:34:32 +0200 Message-ID: Subject: Re: MongoMK^2 design proposal To: Oak devs Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Mon, Feb 11, 2013 at 3:22 PM, Jukka Zitting wrote: > Excluding those main issues the implementation already works pretty > well. It still lacks a number of features (most notably garbage > collection) and optimizations (templates, O(log n) updates of flat > nodes, etc.), but the basics are already in place. Once I sort out > some remaining merge/rebase issues, the implementation should be good > enough to pass all Oak and JCR tests (see patch below for how I'm > testing). The implementation in latest trunk now passes all tests. BR, Jukka Zitting