Return-Path: Delivered-To: apmail-incubator-jena-users-archive@minotaur.apache.org Received: (qmail 77577 invoked from network); 6 Feb 2011 15:30:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Feb 2011 15:30:40 -0000 Received: (qmail 74030 invoked by uid 500); 6 Feb 2011 15:30:40 -0000 Delivered-To: apmail-incubator-jena-users-archive@incubator.apache.org Received: (qmail 73974 invoked by uid 500); 6 Feb 2011 15:30:38 -0000 Mailing-List: contact jena-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jena-users@incubator.apache.org Delivered-To: mailing list jena-users@incubator.apache.org Received: (qmail 73966 invoked by uid 99); 6 Feb 2011 15:30:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Feb 2011 15:30:37 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of castagna.lists@googlemail.com designates 74.125.82.175 as permitted sender) Received: from [74.125.82.175] (HELO mail-wy0-f175.google.com) (74.125.82.175) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Feb 2011 15:30:30 +0000 Received: by wyb40 with SMTP id 40so3717710wyb.6 for ; Sun, 06 Feb 2011 07:30:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=Kz91xZyttIKDeALOMmA91KJY3yhZVKOL5e4GbQq8bKM=; b=MrJrsVosEejMn96gLut0Gjx4ULSdhkky13XmOH2LqaayP9okP+QS9MYtEGkOHxjKg6 wxQGV6F7f0wt5vDmlc10MIJt5hgXGim+aOk6a76IZmxcsq6nKPwXcQu34v49GQZpiHol BBSrhfvXGT2VRa8m6vAwuJXJ7iGjkvA/VFprI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=fbcJNuS27SB2vb27IsWh3rrk67EyWr9rox2UzPGelbcuW1JAFT3gRQ5UeCMb3NjOmo 9HVo+yvtLtgs/6w0uPpwaPhf56AMb6NAWmO2hoDBUkabJEft90tx3ugxZhe37Sq4WXeA t5a7oZwmJ2FfJ/wqGbWbLgIv1DG+J++FniBrs= Received: by 10.216.24.135 with SMTP id x7mr1366325wex.43.1297006207914; Sun, 06 Feb 2011 07:30:07 -0800 (PST) Received: from [192.168.1.10] (80-42-192-192.dynamic.dsl.as9105.com [80.42.192.192]) by mx.google.com with ESMTPS id r38sm1616259weq.23.2011.02.06.07.30.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 06 Feb 2011 07:30:06 -0800 (PST) Message-ID: <4D4EBE7D.4070007@googlemail.com> Date: Sun, 06 Feb 2011 15:30:05 +0000 From: Paolo Castagna User-Agent: Thunderbird 2.0.0.24 (X11/20101027) MIME-Version: 1.0 To: jena-users@incubator.apache.org Subject: Re: TDB in a unit test -- or -- when is a close not a close? References: <4D4A73C0.6020904@epimorphics.com> <4D4ADF96.70603@epimorphics.com> <4D4B1F75.7090208@googlemail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Benson Margulies wrote: > Paolo, > > With the special --mem-- business, there's no directory so far as I can see. Ops, sorry. Right. Andy gave you the alternative. > > On Thu, Feb 3, 2011 at 4:34 PM, Paolo Castagna > wrote: >> Benson Margulies wrote: >>> Um, in memory the defaultOptimizer trick is presumably what I need. >>> Where would I put a file :-) >> "TDB chooses the basic graph pattern optimizer by the presence >> of a file in the database directory. " >> -- http://openjena.org/wiki/TDB/Optimizer >> >> ;-) >> >>> On Thu, Feb 3, 2011 at 12:02 PM, Andy Seaborne >>> wrote: >>>> On 03/02/11 14:54, Benson Margulies wrote: >>>>> Is there a way to enable fixed.opt? >>>> Just create the file (empty is fine). >>>> >>>> Or set "SystemTDB.defaultOptimizer" to ReorderLib.fixed() ; >>>> >>>> File presence takes precedence over global config settings. >>>> >>>> Andy >>>> >>>> >>>> >>