When I add an index in Sybase, is it built automatically or do I need to do something extra? Is there a way to tell?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
Any DBMS I know does not have any special mechanism to "commit" an index creation. How to prove that it was created ? Well simply perform an heavy query before and after the index to have been added and see the incredible amount of time difference you have. We are talking of seconds and second, maybe minutes so you don't need any particular tool apart your eyes :) |
|||
|
|
Check your objects with
And
Both will inform you about the status of an index. |
|||
|
|