EngineSystem SchemasSYSREGISTRY Schema

SYSREGISTRY Schema v24.5+

The SYSREGISTRY schema provides information about Kubling instance configuration elements.

Tables and Views

SYSREGISTRY.ENGINE

This table provides a general overview of the current engine instance and its configuration details.

Column NameTypeDescription
instanceNamestringName of the engine instance
appConfigFilePathstringPath to the main application configuration file
appConfigFileChecksumstringSHA-256 checksum of the file at appConfigFilePath
nativeTransportAddressstringLocal address for the native protocol transport
nativeTransportSecurebooleanWhether native transport uses TLS/SSL
pgTransportAddressstringLocal address for the PostgreSQL wire protocol
pgTransportSecurebooleanWhether the PostgreSQL transport uses TLS/SSL
bufferEncryptionbooleanIndicates whether buffer encryption is enabled
bufferDirectorystringPath to the buffer data directory
propertiesFilePathstringPath to the properties file referenced in the application config
propertiesFileChecksumstringSHA-256 checksum of the file at propertiesFilePath

SYSREGISTRY.DESCRIPTOR_BUNDLE

This table provides information about the engine’s main configuration descriptor bundle.

Column NameTypeDescription
namestringName of the bundle file
locationstringFull path to the bundle file
checksumstringSHA-256 checksum of the file at location

SYSREGISTRY.DESCRIPTOR_DATASOURCE

Data sources listed in the DESCRIPTOR_BUNDLE.

Column NameTypeDescription
vdbstringVirtual database name
namestringData source name
typestringData source type
configChecksumstringSHA-256 checksum of the vdb configuration file (the YAML file listed in bundle-info.yaml under virtualDatabases)

SYSREGISTRY.SQL_FUNCTIONS_MODULE

SQL function modules listed in the bundle.

Column NameTypeDescription
namestringName of the SQL functions bundle
locationstringPath or URL of the SQL functions bundle

SYSREGISTRY.ACTION_TEMPLATES_FUNCTIONS_MODULE

Action template function modules listed in the bundle.

Column NameTypeDescription
namestringName of the action template functions bundle
locationstringPath or URL of the template functions bundle

SYSREGISTRY.SCHEDULED_SCRIPT

Active scheduled scripts in the engine.

Column NameTypeDescription
locationstringScript location within the bundle
cronstringCRON expression defining the schedule