We're storing a summary of the SQL queries run against ClickHouse for each OxQL query, in this type:
|
pub struct QuerySummary { |
This stores the duration, and number of bytes / rows accessed. We should also include the text of the actual SQL query we're running.