Skip to content

Commit

Permalink
Experimental code to understand total time and execution time in Omni…
Browse files Browse the repository at this point in the history
…SQL measurements
  • Loading branch information
Michael Averbukh committed Jan 13, 2021
1 parent 4a66dba commit baa629c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ThriftHandler/DBHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,8 @@ void DBHandler::sql_execute(TQueryResult& _return,
at_most_n);
});
}
LOG(INFO) << "[Averbukh] _return.total_time_ms = " << _return.total_time_ms;
LOG(INFO) << "[Averbukh] _return.execution_time_ms = " << _return.execution_time_ms;

// if the SQL statement we just executed was a geo COPY FROM, the import
// parameters were captured, and this flag set, so we do the actual import here
Expand Down

0 comments on commit baa629c

Please sign in to comment.