I would like to know how long it took to complete the request. I plan to do this for audit and support.
I found this in the documentation:
q)\t log til 100000 / milliseconds for log of first 100000 numbers
3
But the above method actually evaluates the request again and tells us the time. It does not return query results. Therefore, if I use this, it will be like running each request twice, once to get the results, and once to get the runtime information.
Is there any other method that anyone knows about?
source
share