We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c43745 commit 3833756Copy full SHA for 3833756
docs/tech-notes/observability/sql_stats.md
@@ -79,7 +79,7 @@ cleanup jobs run (see [Data Cleanup](#data-cleanup) below).
79
## Data Aggregation and Cardinality
80
When the statement is being recorded in memory, it gets aggregated with other
81
executions of the same fingerprint, and when the flush happens it gets aggregated with
82
-all other executions for thar fingerprint on the current aggregation timestamp, which is
+all other executions for that fingerprint on the current aggregation timestamp, which is
83
defined by `sql.stats.aggregation.interval` (default 1h). This mean everything executed
84
on hour 1:XX will be stored as hour 1:00.
85
0 commit comments