Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Timing a query

Status
Not open for further replies.

mbames

Programmer
Jun 5, 2003
29
GB
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top