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 > Any experience with Design Advisor or db2advis ?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-25-06, 12:46
DBA-Jr DBA-Jr is offline
Registered User
 
Join Date: Mar 2005
Posts: 108
Any experience with Design Advisor or db2advis ?

Greeting All,
Did you ever use Design Advisor (GUI) or db2advis (cmd line)?

1. They gave me different recommendations on the same WORKLOAD.
2. db2advis gave me two similar indexes:
CREATE UNIQUE INDEX ON "IN_PAGES" ("PAGE_CD" DESC) ALLOW REVERSE SCANS ;
CREATE UNIQUE INDEX ON "IN_PAGES" ("PAGE_CD" ASC) ALLOW REVERSE SCANS ;

Since "REVERSE SCANS" is specified, why we need two of them?

3. db2advis does not allow me to use use option -m M
error: The option 'M' is an unrecognized mode (-m) option

db2level: "DB2 v8.1.0.58", "s040914", "MI00093", and FixPak "6".

Thank you for advise.
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