• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SQL Query optimizer for DB2

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I would like to know which is the best and recommended SQL query optimization/tuning tool for DB2 windows from below?

1. Optimization Service Center for DB2® for z/OS® (OSC), a convenient workstation tool for analyzing EXPLAIN output
2. OMEGAMON® DB2 Performance Expert, a tool which can help you with SQL performance
3. EXPLAIN, a DB2 monitoring tool
4. DB2 SQL Performance Analyzer, a tool that provides you with an extensive analysis of SQL queries without executing them.
5. Toad for DB2

And if any other good tool is also there, do let me know. Thanks.


Regards,
Gokul
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Gokul,
Personally #3 (pure DB2 Explain) has always met my needs. I recommend trying it before paying money for another product.
 
gokul maha
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks jeanne
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic