1.not sure the index you create is "unique index" or index
I think the index would be better.
2, each time you create index , you 'd better drop the old index
3. the numer of index colums can not greater than 16.
4. The sum of the stored lengths of the specified columns must not be greater than 1024
5. The length of any individual column must not be greater than 255 bytes. No LOB column, DATALINK column, or distinct type column based on a LOB or DATALINK may be used as part of an index, even if the length attribute of the column is small enough to fit within the 255 byte limit (SQLSTATE 42962). A structured type column can only be specified if the EXTEND USING clause is also specified
6. Type dec should be OK, can you provide anything else info there ?
I think the index would be better.
2, each time you create index , you 'd better drop the old index
3. the numer of index colums can not greater than 16.
4. The sum of the stored lengths of the specified columns must not be greater than 1024
5. The length of any individual column must not be greater than 255 bytes. No LOB column, DATALINK column, or distinct type column based on a LOB or DATALINK may be used as part of an index, even if the length attribute of the column is small enough to fit within the 255 byte limit (SQLSTATE 42962). A structured type column can only be specified if the EXTEND USING clause is also specified
6. Type dec should be OK, can you provide anything else info there ?