I have a sql statement that takes 2 minutes to run. I created indexes and now it's down to 36 seconds. I run the sql thru iSeries Navigator. The "index advisor" says to create a "Binary Radix" index.
in iseries Navigator, when I do a "new index", I dont see Binary Radix in the dropdown list.
So I tried this:
CREATE Binary Radix INDEX D2Index
ON TB2(myColumn)
But this doesnt work either. Get an error that "Binary" is invalid .
So how do I create this Binary Radix index??
in iseries Navigator, when I do a "new index", I dont see Binary Radix in the dropdown list.
So I tried this:
CREATE Binary Radix INDEX D2Index
ON TB2(myColumn)
But this doesnt work either. Get an error that "Binary" is invalid .
So how do I create this Binary Radix index??




Comment