You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2022. It is now read-only.
Right now the execution time of each query is printed as follows: Execution time: 3.23487 seconds
I have two proposals, fairly easy to implement. But before implementing them I want to take others' opinion:
Do we need this high level of precision in printing the time? I think we can deal with 3 decimal places. A potential downside is for queries which run very fast (e.g. Create) will show 0.000 seconds.
I have seen @pateljm doing post-processing of the output to remove Execution time and seconds, to copy in a spreadsheet. Do we need to get rid of the words and just print the number? If we remove them, the system will simply print a list of numbers, which we can quickly copy to a spreadsheet.