|
|
Archives of the TeradataForum
Message Posted: Thu, 13 Nov 2003 @ 12:41:04 GMT
Subj: | | Re: Join Index usage |
|
From: | | Claybourne Barrineau |
If the JI isn't in the explain, then it definitely isn't being used. There is a possiblilty that some of your data (disk) is being
cached; therefore, if you run the query without the JI, then run the query with the JI, then the RDBMS is using some of the cached disk.
Try running the query with a JI, then drop the JI and run the query again. Times should be the same (holding all other system variables
constant.)
Hope this helps,
Clay
| |