Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-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 37978C553 for ; Thu, 26 Apr 2012 17:04:39 +0000 (UTC) Received: (qmail 16943 invoked by uid 500); 26 Apr 2012 17:04:39 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 16893 invoked by uid 500); 26 Apr 2012 17:04:39 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 16885 invoked by uid 99); 26 Apr 2012 17:04:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Apr 2012 17:04:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Apr 2012 17:04:38 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CB7B3410B6C for ; Thu, 26 Apr 2012 17:04:17 +0000 (UTC) Date: Thu, 26 Apr 2012 17:04:17 +0000 (UTC) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Message-ID: <700872255.5837.1335459857843.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (DIRSERVER-1716) Add a ParentIdAndRdn cache MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Emmanuel Lecharny created DIRSERVER-1716: -------------------------------------------- Summary: Add a ParentIdAndRdn cache Key: DIRSERVER-1716 URL: https://issues.apache.org/jira/browse/DIRSERVER-1716 Project: Directory ApacheDS Issue Type: Improvement Affects Versions: 2.0.0-M6 Reporter: Emmanuel Lecharny Priority: Critical Fix For: 2.0.0-RC1 We absolutely need to impleent a cache for ParentIdAndRdn, as those elements are fetched from teh index and deserialized when we construct a DN for any returned entry. This is an extremely costly operation, so if we can spare the associated time, we would get a major boost in performance. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira