Four Critical GBase 8s onconfig Parameters Every DBA Should Know
GBase 8s stores all instance-level settings in a core configuration file called onconfig, which controls memory, logging, connections, and buffer behavior. Four parameters stand out as especially significant: BUFFERPOOL manages how data pages are cached in shared memory and should be sized according to workload and available RAM. LOGSIZE and LOGFILES work together to define the size and number of logical log files, directly affecting transaction processing capacity and recovery capability. SHMTOTAL caps the total shared memory the database server may use, making it critical on production systems that share resources with other applications. Administrators can inspect the active configuration at any time using the onstat -g config command, and should note that some parameters require a full instance restart to take effect while others support dynamic modification.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)
Log in to join the discussion and vote.
Log in