MySQL Forums
Forum List  »  NDB clusters

Re: How to timing SQL in MySQL Cluster?
Posted by: Adam D
Date: July 24, 2006 12:50AM

Easiest way is to run it on the mysql command line, assuming this is for cluster, which requires linux etc. It states the execution time for each query you run by hand.

Alternativly you can write a quick perl or php script that times it using start and end timestamps. (microtime)

Options: ReplyQuote


Subject
Views
Written By
Posted
1480
July 24, 2006 12:41AM
Re: How to timing SQL in MySQL Cluster?
989
July 24, 2006 12:50AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.