Is there an easy way to time how long a query takes? For instance I have a table with 1/2 million test records (each is unique). Part of each record contains an XMLType, and I need to show that searching in an XMLType is slow... and that we should be splitting out certain fields from the XML data and indexing them in order to have a fast search...
Or an I going to have to sit here with a stopwatch?!
Cheers,
Matt
Or an I going to have to sit here with a stopwatch?!
Cheers,
Matt