I'm trying to optimize few queries that our application dynamically generates. So far I'm using:
set option show_missing_stats on
However the setting only mentions missing statistics. Both MSSQL and Oracle give recommendations in terms of which indexes should be created to optimize query. Is there anything like that in Sybase ASE?