struct Kuzu::Config
- Kuzu::Config
- Struct
- Value
- Object
Defined in:
kuzu.crConstant Summary
-
DEFAULT_BUFFER_POOL_SIZE =
(512_u64 * 1024) * 1024
Constructors
Instance Method Summary
- #buffer_pool_size : UInt64
- #enable_compression? : Bool
- #max_db_size : UInt64
- #max_num_threads : UInt64
- #read_only? : Bool
Constructor Detail
def self.new(buffer_pool_size : UInt64 = DEFAULT_BUFFER_POOL_SIZE, max_num_threads : UInt64 = 4, enable_compression : Bool = true, read_only : Bool = false, max_db_size : UInt64 = 1_u64 << 43)
#