Hi,
There is no garantee that DB2 will use index. You need to check it out with SQL access path.
If index is created after nickname creation, you should recreate nickname, because at nickname creation all statistics on source table are collected and stored to local database catalog.
Hope this helps,
Grofaty