-1
I need to get the runtime of several Serts , updates , alter Tables among other activity that I do in the bank , I know that if I did it directly in mysql it would return me at the end of the operation but I am running a script in js to perform several operations , this execution time is saved in some if yes where I can pick up , if not what solutions you give me .
Database that uses MYSQL example : The script execulta 1000 Inserts , after 500 updates , 200 delete ... , I would like to take the execution time of this to at the end make a comparison that aims .