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
Currently query performance is captured in the output log and then later that log is parsed to pull out the run time for the queries. This parsing step will fail when there are errors in the log because it changes the format of those lines. I don't think this is a great approach and would rather refactor the performance metrics to be captured separately from the log and remove the need to then parse the log file for performance metrics.
The text was updated successfully, but these errors were encountered:
To achieve this create a new table called achilles_performance that will capture the start time, end time, duration and analysis id for each analysis. Remove the use of the parsing of the log file to obtain analysis performance results.
Also, the generation of the performance report that is generated will have to be updated.
Currently query performance is captured in the output log and then later that log is parsed to pull out the run time for the queries. This parsing step will fail when there are errors in the log because it changes the format of those lines. I don't think this is a great approach and would rather refactor the performance metrics to be captured separately from the log and remove the need to then parse the log file for performance metrics.
The text was updated successfully, but these errors were encountered: