File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed
docs/tech-notes/observability Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -44,16 +44,12 @@ and view names.
44
44
``` mermaid
45
45
flowchart TD
46
46
exec[Statement executed]
47
- memory[[crdb_internal.
48
- cluster_statement_statistics]]
49
- persisted[(system.
50
- statement_statistics)]
51
- combined[[crdb_internal.statement_statistics]]
52
- activity[(system.
53
- statement_activity)]
54
- persisted_view[[crdb_internal.
55
- statement_statistics_persisted]]
56
- activity_view[[crdb_internal.statement_activity]]
47
+ memory[[crdb_internal.\ncluster_statement_statistics]]
48
+ persisted[(system.\nstatement_statistics)]
49
+ combined[[crdb_internal.\nstatement_statistics]]
50
+ activity[(system.\nstatement_activity)]
51
+ persisted_view[[crdb_internal.\nstatement_statistics_persisted]]
52
+ activity_view[[crdb_internal.\nstatement_activity]]
57
53
console(["Console"])
58
54
exec --> memory
59
55
memory --> |flushed| persisted
@@ -167,9 +163,7 @@ The diagram below show how these tables are used to populate the SQL Activity pa
167
163
168
164
``` mermaid
169
165
flowchart TD;
170
- A[Compare the Timestamp on ACTIVITY Table
171
- with the Requested Timestamp] --> B{Is the requested time
172
- period completely \non the table?}
166
+ A[Compare the Timestamp on \nACTIVITY Table \nwith the Requested Timestamp] --> B{Is the requested time \nperiod completely \non the table?}
173
167
B -- Yes --> C[SELECT on ACTIVITY table]
174
168
C --> D{Had results?}
175
169
D -- Yes --> E[Return RESULTS]
You can’t perform that action at this time.
0 commit comments