Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 9134 invoked from network); 2 Sep 2006 23:28:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Sep 2006 23:28:27 -0000 Received: (qmail 61884 invoked by uid 500); 2 Sep 2006 23:28:26 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 61846 invoked by uid 500); 2 Sep 2006 23:28:25 -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 61835 invoked by uid 99); 2 Sep 2006 23:28:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Sep 2006 16:28:25 -0700 X-ASF-Spam-Status: No, hits=2.1 required=10.0 tests=DNS_FROM_RFC_ABUSE,MAILTO_TO_SPAM_ADDR,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 212.27.42.35 is neither permitted nor denied by domain of elecharny@gmail.com) Received: from [212.27.42.35] (HELO smtp5-g19.free.fr) (212.27.42.35) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Sep 2006 16:28:24 -0700 Received: from [192.168.0.1] (vol75-3-82-66-216-176.fbx.proxad.net [82.66.216.176]) by smtp5-g19.free.fr (Postfix) with ESMTP id 2D8E21DE91 for ; Sun, 3 Sep 2006 01:28:03 +0200 (CEST) Message-ID: <44FA1382.6090206@gmail.com> Date: Sun, 03 Sep 2006 01:28:02 +0200 From: Emmanuel Lecharny Reply-To: elecharny@iktek.com User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050923) X-Accept-Language: fr, en MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: [ApacheDS] [Performance] Using indices to boost search performance References: <44F91F1C.5090801@bellsouth.net> <8B328E1FE66F3117BCCE9C01@SW-90-717-287-3.stanford.edu> In-Reply-To: <8B328E1FE66F3117BCCE9C01@SW-90-717-287-3.stanford.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Quanah Gibson-Mount a �crit : > > > --On Saturday, September 02, 2006 2:05 AM -0400 Alex Karasulu > wrote: > >> Hi all, >> ---------- >> Data Setup >> ---------- >> >> Wrote a simple tool to generate random values for descent sized entries. >> The data sort of looks like this for a user entry: > > > slamd has a really nice tool called "MakeLDIF" that'll do this for > you, too. Plus then how you made your LDIF is publishable to others > who may also want to run the same benchmark, since all you have to do > is provide the template for MakeLDIF to use. ;) Yeah, we know that. We have used it many times, and the file you see is directly generated by MakeLdif, but with just a very slight difference, because we wanted to test a very specific performance issue. Anyway, thanks for the pointer, because I'm sure that many people weren't aware of the existence of this tool :) Emmanuel.