Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Execution time printing #214

@hbdeshmukh

Description

@hbdeshmukh

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:

  1. 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.
  2. 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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions