|
Kuzu 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 |
| bool | auto_checkpoint |
| uint64_t | checkpoint_threshold |
Stores runtime configuration for creating or opening a Database.
| bool kuzu_system_config::auto_checkpoint |
| uint64_t kuzu_system_config::buffer_pool_size |
| uint64_t kuzu_system_config::checkpoint_threshold |
| 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 |