Hi,
Did you compare the onconfig settings of the two servers? Specifically the DS_TOTAL_MEMORY and DS_MAX_QUERIES params. Right now I don't know any other simple solution for the long index keys in 'ticst0011003abaan' than performing
Code:
ALTER INDEX ticst0011003abaan TO CLUSTER
on a regular (nightly?) basis to sort the tablerows in the order of ticst0011003abaan. But then again, this only speeds up fetching the subsequent rows from the datapages, not the sorting of rows in the indexpages. So it may not make any significant difference at all.
Anyway you can further check out the details in the Informix Performance Guide here:
http://www-306.ibm.com/software/data...ry/ids_73.html
You also can post this question in the SQL forum, there are some pretty smart and experienced DBA's active there on this matter.
Good luck,
Hans