8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 12:43:02 +01:00

Some missed pieces in docs.Some missed pieces in docs.

This commit is contained in:
Vlad Khorsun 2024-10-05 23:40:25 +03:00
parent 2db2b7b496
commit 9f5f7f5a58
2 changed files with 7 additions and 0 deletions

View File

@ -87,6 +87,7 @@ Monitoring tables
- MON$FILE_ID (unique filesystem-level ID)
- MON$NEXT_ATTACHMENT (next attachment number)
- MON$NEXT_STATEMENT (next statement number)
- MON$REPLICA_MODE (Replica mode of the database)
MON$ATTACHMENTS (connected attachments)
- MON$ATTACHMENT_ID (attachment ID)
@ -119,6 +120,8 @@ Monitoring tables
- MON$WIRE_COMPRESSED (wire compression enabled/disabled)
- MON$WIRE_ENCRYPTED (wire encryption enabled/disabled)
- MON$WIRE_CRYPT_PLUGIN (name of wire encryption plugin)
- MON$SESSION_TIMEZONE (time zone of attachment)
- MON$PARALLEL_WORKERS (number of parallel workes that could be used by attachment)
MON$TRANSACTIONS (started transactions)
- MON$TRANSACTION_ID (transaction ID)
@ -158,6 +161,7 @@ Monitoring tables
- MON$EXPLAINED_PLAN (explained query plan)
- MON$STATEMENT_TIMEOUT (statement timeout)
- MON$STATEMENT_TIMER (statement timer expiration time)
- MON$COMPILED_STATEMENT_ID (compiled statement ID)
MON$CALL_STACK (call stack of active PSQL requests)
- MON$CALL_ID (call ID)
@ -170,6 +174,7 @@ Monitoring tables
- MON$SOURCE_COLUMN (SQL source column number)
- MON$STAT_ID (statistics ID)
- MON$PACKAGE_NAME (PSQL object package name)
- MON$COMPILED_STATEMENT_ID (compiled statement ID)
MON$IO_STATS (I/O statistics)
- MON$STAT_ID (statistics ID)

View File

@ -143,6 +143,8 @@ Usage:
DECFLOAT_TRAPS | Exceptional conditions in operations with DECFLOAT
| values that cause a trap.
|
PARALLEL_WORKERS | Number of parallel workes that could be used by attachment.
|
PAGES_ALLOCATED | Current value of allocated pages in the database.
|
PAGES_USED | Current value of allocated pages in the database.