@@ -87,6 +87,7 @@ Monitoring tables
87
87
- MON$FILE_ID (unique filesystem-level ID)
88
88
- MON$NEXT_ATTACHMENT (next attachment number)
89
89
- MON$NEXT_STATEMENT (next statement number)
90
+ - MON$REPLICA_MODE (Replica mode of the database)
90
91
91
92
MON$ATTACHMENTS (connected attachments)
92
93
- MON$ATTACHMENT_ID (attachment ID)
@@ -119,6 +120,8 @@ Monitoring tables
119
120
- MON$WIRE_COMPRESSED (wire compression enabled/disabled)
120
121
- MON$WIRE_ENCRYPTED (wire encryption enabled/disabled)
121
122
- MON$WIRE_CRYPT_PLUGIN (name of wire encryption plugin)
123
+ - MON$SESSION_TIMEZONE (time zone of attachment)
124
+ - MON$PARALLEL_WORKERS (number of parallel workes that could be used by attachment)
122
125
123
126
MON$TRANSACTIONS (started transactions)
124
127
- MON$TRANSACTION_ID (transaction ID)
@@ -158,6 +161,7 @@ Monitoring tables
158
161
- MON$EXPLAINED_PLAN (explained query plan)
159
162
- MON$STATEMENT_TIMEOUT (statement timeout)
160
163
- MON$STATEMENT_TIMER (statement timer expiration time)
164
+ - MON$COMPILED_STATEMENT_ID (compiled statement ID)
161
165
162
166
MON$CALL_STACK (call stack of active PSQL requests)
163
167
- MON$CALL_ID (call ID)
@@ -170,6 +174,7 @@ Monitoring tables
170
174
- MON$SOURCE_COLUMN (SQL source column number)
171
175
- MON$STAT_ID (statistics ID)
172
176
- MON$PACKAGE_NAME (PSQL object package name)
177
+ - MON$COMPILED_STATEMENT_ID (compiled statement ID)
173
178
174
179
MON$IO_STATS (I/O statistics)
175
180
- MON$STAT_ID (statistics ID)
0 commit comments