Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 83322 invoked from network); 29 Jul 2005 19:11:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Jul 2005 19:11:10 -0000 Received: (qmail 59084 invoked by uid 500); 29 Jul 2005 19:11:08 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 59065 invoked by uid 500); 29 Jul 2005 19:11:07 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 59052 invoked by uid 99); 29 Jul 2005 19:11:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jul 2005 12:11:07 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of gcjiu-ibatis-user-java@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jul 2005 12:10:59 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DyaEl-0004wU-4G for user-java@ibatis.apache.org; Fri, 29 Jul 2005 21:09:39 +0200 Received: from adsl-68-94-1-41.dsl.rcsntx.swbell.net ([68.94.1.41]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Jul 2005 21:09:39 +0200 Received: from netsql by adsl-68-94-1-41.dsl.rcsntx.swbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Jul 2005 21:09:39 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: user-java@ibatis.apache.org From: netsql Subject: Re: Slow query update... Date: Fri, 29 Jul 2005 14:07:58 -0500 Lines: 15 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adsl-68-94-1-41.dsl.rcsntx.swbell.net User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en In-Reply-To: Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Oh and... what JDBC driver are you using? ;-) Try sf.net for sybase. .V Greg Day wrote: > Hi Daniel and Netsql, > > > i've had no problems with ibatis previously, but the essential thing is: running in ibatis=table scan, outside=not. I am guessing theres something stuffed with my database (indexes, keys etc), but im a bit stumped why running in ibatis causes the table scan! > > Thanks for your help > Greg