The Artima Developer Community
Sponsored Link

Java Buzz Forum
TORPEDO: How efficient are the ORM tools at generating good SQL?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
TORPEDO: How efficient are the ORM tools at generating good SQL? Posted: Sep 2, 2004 3:20 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: TORPEDO: How efficient are the ORM tools at generating good SQL?
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement
This week, The Middleware Company has announced the TORPEDO O-R Benchmarking Initiative. The "initiative" is a spec, and a reference implementation. It currently allows you to run a client against an EJB container, which uses different persistence tools on the back-end: Kodo JDO, Hibernate, WLS CMP, and TOPLink. Benchmarks are always hard, nay impossible. TORPEDO is actually quite different. It doesn't try to measure performance based on the time that it takes to run a number of transactions. In fact, TORPEDO is designed in a way which means that you can grab it and run it on your laptop, and the results will be the same. The reason is, that the only metric CURRENTLY, is the SQL which comes out at the other end. The assumption is that if the OR tool generates hundreds of SQL queries vs. ONE, then it isn't as efficient as it could be. This is an interesting approach. It isn't full proof, and more metrics will be added in the future I am sure. Some people want to measure the time that it takes to work out the queries, time more of the caching aspects, measure how many bytes are moving around etc. These are all good ideas, and TORPEDO has the ability to grow in the future to cover many different metrics, and together they will paint a great picture. What would you like to see measured?

Read: TORPEDO: How efficient are the ORM tools at generating good SQL?

Topic: OpenDoc, Document Based Architecture/Metaphor Previous Topic   Next Topic Topic: 2nd Tapestry Tutorial Up!

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use