struct ManagedDatabaseGroups the managed database state and preserves the field relationships documented below.
auditLogStores the audit log associated with this value.
cancelledStatementsStatements terminated by an administrative cancellation token.
catalogHandleStores the catalog handle associated with this value.
checkpointFileStores the filesystem checkpoint file.
checkpointResetsCounts successful automatic WAL resets for diagnostics and tests.
checkpointWalBytesMaximum current-WAL size before a statement boundary performs a reset.
closedIndicates whether the closed condition is active.
executionGateStores the execution gate associated with this value.
failedStatementsCounts logical SQL statements ending in an error.
fencingClockSkewMsClock-error allowance subtracted from the externally supplied expiry.
fencingEnabledEnables fail-closed validation of a controller-owned leader lease.
fencingEpochImmutable leadership term assigned when this server process starts.
fencingLeasePathShared, atomically replaced lease record consulted before every write.
fencingNodeIdImmutable numeric identity of the node owning this server process.
fencingRejectionsCounts write attempts rejected after a missing, stale, or foreign lease.
idleTimeoutMsMaximum inactive lifetime for one network session.
indexesReadyIndicates that process-local index readiness checks or repair completed.
lastRecoveryStores the last recovery associated with this value.
lockFileStores the filesystem lock file.
lockManagerSynchronizes access through the lock manager.
lockTokenSynchronizes access through the lock token.
maxFrameBytesMaximum encoded response payload accepted by the configured server.
maximumExecutionMsGreatest completed statement execution duration in milliseconds.
maxResultBytesAggregate encoded response byte ceiling for one statement.
maxResultRowsMaximum number of rows produced by one network statement.
maxStatementBytesHard protocol and result limits inherited by attached sessions.
nextSessionIdTracks the next session identifier numeric value.
pathStores the filesystem path.
planningEpochProcess-local generation invalidating optimizer metadata across sessions.
processMemoryBytesManaged-heap admission ceiling shared by all sessions.
queryMemoryBytesSoft per-query memory budget inherited by every attached session.
queryTimeoutMsMaximum execution time for a statement, excluding response delivery.
readCacheDatabase-owned concurrent cache for committed table pages.
readHandlesDatabase-owned persistent read handles for hot table and index paths.
resourceRejectedStatementsStatements rejected by a managed resource policy.
resultBytesReturnedComplete encoded response bytes returned by completed statements.
rowsReturnedCounts result rows produced by completed statements.
schemaStateImmutable process-local snapshot of the durable schema sidecar. DDL
sessionsProcess-local operational registry and cumulative counters.
shutdownRequestedRecords a cooperative administrative listener-stop request.
slowQueryCountStatements whose duration met the configured slow-query threshold.
slowQueryMsMillisecond threshold used for slow-query warnings and accounting.
standbyIndicates whether the standby condition is active.
startedAtMonotonic timestamp captured after successful database open.
temporaryPeakBytesGreatest concurrent spill reservation observed since database open.
temporaryReservedBytesBytes currently reserved by all query spill runs.
temporaryStorageBytesSpill byte reservations shared by all concurrent statements.
timedOutStatementsStatements terminated after their absolute execution deadline.
totalConnectionsCounts all engines attached since this database opened.
totalExecutionMsSum of completed statement execution durations in milliseconds.
totalStatementsCounts completed logical SQL statements.
walEpochTrue after the database has entered bounded-WAL epoch replay mode.
walWriterStores the WAL writer associated with this value.