Kùzu C API
|
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 |
Stores runtime configuration for creating or opening a Database.
uint64_t kuzu_system_config::buffer_pool_size |
bool kuzu_system_config::enable_compression |
uint64_t kuzu_system_config::max_db_size |
uint64_t kuzu_system_config::max_num_threads |
bool kuzu_system_config::read_only |