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?
|
feedback
|
|
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 :) | |||
feedback
|