PPT Slide
U svome SQL upitu nije potrebno reci Oracle-u da koristi indeks koji je kreiran. Svaki put neki SQL komanda se analizira (sto nije isto kao izvrsava) Oracle ce proveriti da li kolona(e) po kojoj (kojima) se podaci filtriraju ili sortiraju ima kreiran indeks.
When you initially insert rows into a new table, it is generally faster to create the table, insert the rows, and then create the index. If you create the index before inserting the rows, Oracle must update the index for every row inserted.