Well folks,
strange things happen in my DB2 for Linux and Windows boxes.
I've created a simple SQL workload, made of 5 SQL statements, just to test the tool.
Well, the advisor doesn't recommend any index, it just goes blank.
The funny thing is that the equivalent command line tool, db2advis, works wery well;
this is the syntax I used:
db2advis -d MYDBNAME -w WKLNAME -o DDLFILE.TXT
The workload WKLNAME is the SAME I created via the GUI advisor !
So, it DOES recommend indexes, it says how much I will gain in performance percentage, then, last but not least, it create the DDL job containing the CREATE INDEX statements.
Very nice indeed.
So, in your opinion, what can be wrong with the GUI advisor ?
Thanks in advance. Bye.