Kuzu C API
Loading...
Searching...
No Matches
kuzu_system_config Struct Reference

Stores runtime configuration for creating or opening a Database. More...

#include <kuzu.h>

Data Fields

uint64_t buffer_pool_size
uint64_t max_num_threads
bool enable_compression
bool read_only
uint64_t max_db_size
bool auto_checkpoint
uint64_t checkpoint_threshold

Detailed Description

Stores runtime configuration for creating or opening a Database.

Field Documentation

◆ auto_checkpoint

bool kuzu_system_config::auto_checkpoint

◆ buffer_pool_size

uint64_t kuzu_system_config::buffer_pool_size

◆ checkpoint_threshold

uint64_t kuzu_system_config::checkpoint_threshold

◆ enable_compression

bool kuzu_system_config::enable_compression

◆ max_db_size

uint64_t kuzu_system_config::max_db_size

◆ max_num_threads

uint64_t kuzu_system_config::max_num_threads

◆ read_only

bool kuzu_system_config::read_only

The documentation for this struct was generated from the following file: