Skip to content

Commit f199ab1

Browse files
committed
fixing rebase
1 parent 978d629 commit f199ab1

File tree

2 files changed

+5
-122
lines changed

2 files changed

+5
-122
lines changed

modules/ROOT/images/graph_expression_subqueries.svg

Lines changed: 0 additions & 121 deletions
This file was deleted.

modules/ROOT/pages/clauses/transaction-clauses.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ m| activeLockCount
127127
a| Count of active locks held by the transaction.
128128
m| INTEGER
129129

130+
130131
m| currentQueryActiveLockCount
131132
a| Count of active locks held by the query currently executing in this transaction.
132133
m| INTEGER
@@ -163,6 +164,7 @@ m| currentQueryIdleTime
163164
a| Idle time for the query currently executing in this transaction, or `null` if unavailable or no query is currently executing.
164165
m| DURATION
165166

167+
166168
m| currentQueryAllocatedBytes
167169
a| The number of bytes allocated on the heap so far by the query currently executing in this transaction, or `null` if unavailable or no query is currently executing.
168170
m| INTEGER
@@ -183,10 +185,12 @@ m| pageFaults
183185
a| The total number of page cache faults that the transaction performed.
184186
m| INTEGER
185187

188+
186189
m| currentQueryPageHits
187190
a| The total number of page cache hits that the query currently executing in this transaction performed.
188191
m| INTEGER
189192

193+
190194
m| currentQueryPageFaults
191195
a| The total number of page cache faults that the query currently executing in this transaction performed.
192196
m| INTEGER
@@ -607,4 +611,4 @@ RETURN txId, newUser AS user, database, currentQuery, status
607611
5+d|Rows: 2
608612
|===
609613
610-
======
614+
======

0 commit comments

Comments
 (0)