If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > IBM Data Studio 2.2.0.2 performance versus IBM OSC 1.1. FP7

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-13-10, 10:11
swiss01 swiss01 is offline
Registered User
 
Join Date: Jul 2007
Posts: 31
IBM Data Studio 2.2.0.2 performance versus IBM OSC 1.1. FP7

We installed IBM Data Studio 2.2.0.2 as IBM OSC will be decommissioned soon . While comparing both , it seems that Data Studio is much slower for some queries with many joins while doing access plan graph (300 secs for Data Studio where step "Show Formatter" lasted 280 secs) compared to less than 10 seconds for OSC .

Does anyone has experienced the same trouble ?

Query :

SELECT C1,
C2,
C3,
C4
FROM T1
INNER JOIN T3 ON C1 = T3.C6
INNER JOIN T2 on T1.C5 = T2.C1
optimize for 1 row

Performance for both are similar for simple selects without these joins .
Reply With Quote
  #2 (permalink)  
Old 09-13-10, 14:56
schintala schintala is offline
Registered User
 
Join Date: Apr 2005
Location: USA
Posts: 119
Are you looking this comparision on DB2 for z/OS in both these tools? or Is it DB2 LUW?
Reply With Quote
  #3 (permalink)  
Old 09-15-10, 02:24
swiss01 swiss01 is offline
Registered User
 
Join Date: Jul 2007
Posts: 31
We are working on DB2 v9 on z/OS and were very happy with OSC .
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On