BENCHMARK(count,expr) executes the expression expr repeatedly count times. : BENCHMARK : Information Functions MySQL TUTORIALS


MySQL TUTORIALS » Information Functions » BENCHMARK »

 

BENCHMARK(count,expr) executes the expression expr repeatedly count times.


mysql>
mysql>
mysql> SELECT BENCHMARK(1000000,ENCODE('hello','goodbye'));
+----------------------------------------------+
| BENCHMARK(1000000,ENCODE('hello','goodbye')) |
+----------------------------------------------+
|                                            |
+----------------------------------------------+
row in set (0.47 sec)

mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Information Functions
» BENCHMARK