@@ -87,6 +87,7 @@ Monitoring tables
8787 - MON$FILE_ID (unique filesystem-level ID)
8888 - MON$NEXT_ATTACHMENT (next attachment number)
8989 - MON$NEXT_STATEMENT (next statement number)
90+ - MON$REPLICA_MODE (Replica mode of the database)
9091
9192 MON$ATTACHMENTS (connected attachments)
9293 - MON$ATTACHMENT_ID (attachment ID)
@@ -119,6 +120,8 @@ Monitoring tables
119120 - MON$WIRE_COMPRESSED (wire compression enabled/disabled)
120121 - MON$WIRE_ENCRYPTED (wire encryption enabled/disabled)
121122 - 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)
122125
123126 MON$TRANSACTIONS (started transactions)
124127 - MON$TRANSACTION_ID (transaction ID)
@@ -158,6 +161,7 @@ Monitoring tables
158161 - MON$EXPLAINED_PLAN (explained query plan)
159162 - MON$STATEMENT_TIMEOUT (statement timeout)
160163 - MON$STATEMENT_TIMER (statement timer expiration time)
164+ - MON$COMPILED_STATEMENT_ID (compiled statement ID)
161165
162166 MON$CALL_STACK (call stack of active PSQL requests)
163167 - MON$CALL_ID (call ID)
@@ -170,6 +174,7 @@ Monitoring tables
170174 - MON$SOURCE_COLUMN (SQL source column number)
171175 - MON$STAT_ID (statistics ID)
172176 - MON$PACKAGE_NAME (PSQL object package name)
177+ - MON$COMPILED_STATEMENT_ID (compiled statement ID)
173178
174179 MON$IO_STATS (I/O statistics)
175180 - MON$STAT_ID (statistics ID)
0 commit comments