Return-Path: Delivered-To: apmail-db-torque-user-archive@www.apache.org Received: (qmail 42482 invoked from network); 16 Apr 2006 17:57:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Apr 2006 17:57:00 -0000 Received: (qmail 69286 invoked by uid 500); 16 Apr 2006 17:57:00 -0000 Delivered-To: apmail-db-torque-user-archive@db.apache.org Received: (qmail 69006 invoked by uid 500); 16 Apr 2006 17:56:59 -0000 Mailing-List: contact torque-user-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Apache Torque Users List" Reply-To: "Apache Torque Users List" Delivered-To: mailing list torque-user@db.apache.org Received: (qmail 68995 invoked by uid 99); 16 Apr 2006 17:56:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Apr 2006 10:56:59 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 16 Apr 2006 10:56:58 -0700 Received: (qmail 42238 invoked by uid 1977); 16 Apr 2006 17:56:38 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 16 Apr 2006 17:56:38 -0000 Date: Sun, 16 Apr 2006 10:56:38 -0700 (PDT) From: Thomas Fischer To: Apache Torque Users List , =?iso-8859-2?Q?Tom=E1=B9_Proch=E1zka?= Subject: Re: Torque and iBATIS In-Reply-To: <169055738.20060416194713@centrum.cz> Message-ID: <20060416104936.M38534@minotaur.apache.org> References: <43264568.20060416154544@centrum.cz> <20060416101514.A20443@minotaur.apache.org> <169055738.20060416194713@centrum.cz> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1891305677-1145210198=:38534" X-Spam-Rating: localhost 1.6.2 0/1000/N X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --0-1891305677-1145210198=:38534 Content-Type: TEXT/PLAIN; charset=iso-8859-2; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Sun, 16 Apr 2006, Tom=E1=B9=A0Proch=E1zka wrote: > > But in Torque I can also use my own SQL, whne I need some complication op= eration. > For example: BazarsPeer.executeQuery("SELECT ..."); Yes, but the results of that query are not automatically mapped to java=20 objects. You can do custom sql in Torque, but it is not very convenient. > I don't found any information about speed of Torque. Nobody has yet cared to benchmark it. For the usual stuff (simple=20 selects, updates etc ), the speed of the OM layer is not=20 important as the database is the bottleneck in my experience. I'd guess=20 that Torque is not slow there, because it does not need reflection. A known weakness of the speed of Torque is mass updates and mass deletes.= =20 Torque loads all datasest instead of issuing a simple sql statement. Thomas --0-1891305677-1145210198=:38534 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org For additional commands, e-mail: torque-user-help@db.apache.org --0-1891305677-1145210198=:38534--