From oak-issues-return-72365-archive-asf-public=cust-asf.ponee.io@jackrabbit.apache.org Tue Jun 11 10:52:23 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id BA6581807C4 for ; Tue, 11 Jun 2019 12:52:20 +0200 (CEST) Received: (qmail 49845 invoked by uid 500); 11 Jun 2019 10:52:16 -0000 Mailing-List: contact oak-issues-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-issues@jackrabbit.apache.org Received: (qmail 48669 invoked by uid 99); 11 Jun 2019 10:52:15 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jun 2019 10:52:15 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id D1AD4E2D6D for ; Tue, 11 Jun 2019 10:52:13 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id B8DF22463B for ; Tue, 11 Jun 2019 10:52:13 +0000 (UTC) Date: Tue, 11 Jun 2019 10:52:13 +0000 (UTC) From: "Davide Giannella (JIRA)" To: oak-issues@jackrabbit.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (OAK-8185) Improve CompositeNodeStore fixture MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OAK-8185?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Davide Giannella closed OAK-8185. --------------------------------- bulk close 1.14.0 > Improve CompositeNodeStore fixture > ---------------------------------- > > Key: OAK-8185 > URL: https://issues.apache.org/jira/browse/OAK-8185 > Project: Jackrabbit Oak > Issue Type: Improvement > Components: benchmarks > Reporter: Marcel Reutegger > Assignee: Tomek R=C4=99kawek > Priority: Minor > Fix For: 1.10.3, 1.14.0 > > Attachments: OAK-8185-update-fixture.patch, composite-node-builde= r.txt > > > While working on OAK-8141 I noticed the benchmark numbers for GetDeepNode= Test on Oak-Composite-Store are rather low compared to Oak-Segment-Tar. > {noformat} > Apache Jackrabbit Oak 1.12-SNAPSHOT > # GetDeepNodeTest C min 10% 50% 90% = max N=20 > Oak-Segment-Tar 1 35 37 39 41 = 64 1524 > Oak-Composite-Store 1 203 204 208 214 = 236 288 > {noformat} > In an offline conversation [~tomek.rekawek] mentioned the overhead should= n't be that big because the implementation should switch to the non-composi= te implementation as soon as the read operation traverses into the global/w= ritable node store. It seems however, this is not the case when running Ge= tDeepNodeTest. So, this may well be a bug and not an improvement, as filed = at the moment. -- This message was sent by Atlassian JIRA (v7.6.3#76005)