Secondary indexes

Wagner,


I have not found on the help file about this topic.

Is it possible to add secondary indexes to the tables, specially to speed up the process of ordering, since the SQL server try to use actual indexes when making the planing to retrieve data?

That could be interesting to help on mess on the sequence caused by GUID as a Key.

I believe that would be great that temporary keys be possible also.

Thanks

Eduardo

Not possible, for now. Only unique indexes are allowed. We have this on our todo list.