#include <db_config.h>
◆ DBConfig()
kuzu::main::DBConfig::DBConfig |
( |
const SystemConfig & | systemConfig | ) |
|
|
explicit |
◆ getOptionByName()
static ConfigurationOption * kuzu::main::DBConfig::getOptionByName |
( |
const std::string & | optionName | ) |
|
|
static |
◆ isDBPathInMemory()
static KUZU_API bool kuzu::main::DBConfig::isDBPathInMemory |
( |
const std::string & | dbPath | ) |
|
|
static |
◆ autoCheckpoint
bool kuzu::main::DBConfig::autoCheckpoint |
◆ bufferPoolSize
uint64_t kuzu::main::DBConfig::bufferPoolSize |
◆ checkpointThreshold
uint64_t kuzu::main::DBConfig::checkpointThreshold |
◆ enableCompression
bool kuzu::main::DBConfig::enableCompression |
◆ enableMultiWrites
bool kuzu::main::DBConfig::enableMultiWrites |
◆ forceCheckpointOnClose
bool kuzu::main::DBConfig::forceCheckpointOnClose |
◆ maxDBSize
uint64_t kuzu::main::DBConfig::maxDBSize |
◆ maxNumThreads
uint64_t kuzu::main::DBConfig::maxNumThreads |
◆ readOnly
bool kuzu::main::DBConfig::readOnly |
The documentation for this struct was generated from the following file: